Ignore:
Timestamp:
Apr 15, 2009, 10:14:21 AM (15 years ago)
Author:
buchmann
Message:

Fix:

  • Disable checkings about the SOCVIEW environment variable. SOCVIEW is optional.
  • Add missing system header includes
  • Add some potential signal order and signal graph to the testbench 29032005
  • Add a new testbench : 15042009
    • Check sc_uint operators with size = 36 (> 32)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/25032005/Makefile

    r15 r18  
    1414        ./system_systemc.x ; \
    1515        ./system_systemcass.x --p --t || eval ${failcom} ; \
    16         ((tail --lines=+3 signal_graph.dot  | diff signal_graph_reference.dot -)\
    17         || (tail -n +3 signal_graph.dot | diff signal_graph_reference2.dot -)) \
    18         || eval ${failcom} ; \
    19        
     16        ((tail --lines=+3 signal_graph.dot  | diff signal_graph_reference.dot -) || (tail -n +3 signal_graph.dot | diff signal_graph_reference2.dot -)) || eval ${failcom}
    2017        tail --lines=+3 process_order.dot | diff process_order_reference.dot -
    2118        diff signal_order_reference.txt signal_order.txt
Note: See TracChangeset for help on using the changeset viewer.