Changeset 47 for sources/test_regression/Makefile
- Timestamp:
- Oct 26, 2009, 7:07:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/test_regression/Makefile
r35 r47 28 28 # 19122005 : check simulator state saving for Socview compatibility 29 29 # 17022006 : check rename function for Socview compatibility 30 # 05042006 : check number of writings into each out port31 # check reading from an sc_out port32 # (test check_multiwriting2port option)33 30 # 02052006 : check sc_uint, sc_int, sc_signal<X> when X is double, char, 34 31 # signed int, unsigned int and so on. (little/big endianness test) 35 # 19072006 : SystemCASS allow 1 writing into each port for each delta cycle.36 # This testbench checks CHECK_MULTIWRITING2PORT macro.37 # 31072006 : SystemCASS allow 1 writing into each register for each cycle.38 # This testbench checks CHECK_MULTIWRITING2REGISTER macro.39 32 # 07122006 : check if we can declare an undefined external function as 40 33 # a sc_method. … … 78 71 16112005 \ 79 72 16122005 \ 80 05042006 \81 73 02052006 \ 82 19072006 \83 31072006 \84 74 07122006 \ 85 75 20122006 \
Note: See TracChangeset
for help on using the changeset viewer.