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/env.mk

    r13 r18  
    6363$(error SYSTEMCASS is not defined.)
    6464endif
    65 ifndef SOCVIEW
    66 $(error SOCVIEW is not defined.)
    67 endif
     65#ifndef SOCVIEW
     66#$(error SOCVIEW is not defined. This environment variable is optional.)
     67#endif
    6868
    6969failcom   = 'exit 1'
Note: See TracChangeset for help on using the changeset viewer.