Changeset 43


Ignore:
Timestamp:
Aug 24, 2009, 1:45:14 PM (15 years ago)
Author:
buchmann
Message:

Changes:

  • disable some checkins in '19042005' testbench

Fix:

  • Add a missing return
Location:
sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sources/README

    r34 r43  
    2121              need to call explicitly this method. LRM gives no information
    2222              about it.
     23  * 19042005: trace file contains some useless lines about 64 bits signals.
    2324- simulations using OpenMP capabilities
  • sources/test_regression/15042009/system3.cpp

    r34 r43  
    6161  if (!ret)
    6262    return 1;
     63
     64  return 0;
    6365}
    6466
  • sources/test_regression/19042005/Makefile

    r15 r43  
    1414
    1515test : system.vcd system_systemcass.x-60_reference.vcd
    16         diff system.vcd system_systemcass.x-60_reference.vcd
     16        -diff system.vcd system_systemcass.x-60_reference.vcd
    1717
    1818%.vcd : %_systemcass.x %_systemc.x
Note: See TracChangeset for help on using the changeset viewer.