Changeset 47 for sources/test_regression


Ignore:
Timestamp:
Oct 26, 2009, 7:07:37 PM (15 years ago)
Author:
buchmann
Message:

This patch simplifies SystemCASS.

Remove:

  • ckeckings about multiwriting on registers and ports
  • checkings related to FSM modeling
  • regression tests related to the checkings
Location:
sources/test_regression
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/Makefile

    r35 r47  
    2828# 19122005  : check simulator state saving for Socview compatibility
    2929# 17022006  : check rename function for Socview compatibility
    30 # 05042006  : check number of writings into each out port
    31 #             check reading from an sc_out port
    32 #             (test check_multiwriting2port option)
    3330# 02052006  : check sc_uint, sc_int, sc_signal<X> when X is double, char,
    3431#             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.
    3932# 07122006  : check if we can declare an undefined external function as
    4033#             a sc_method.
     
    7871      16112005 \
    7972      16122005 \
    80       05042006 \
    8173      02052006 \
    82       19072006 \
    83       31072006 \
    8474      07122006 \
    8575      20122006 \
Note: See TracChangeset for help on using the changeset viewer.