Changeset 21


Ignore:
Timestamp:
Apr 16, 2009, 11:22:41 AM (15 years ago)
Author:
buchmann
Message:

Add 2 another testbench to check various operators on sc_uint :

  • system2.cpp works with SystemCASS
  • systemCASS doesn't compile system3.cpp but using SystemC works fine. SystemCASS needs a fix.

Implicit cast is not implicitly called when using SystemCASS. The workaround
is to call read() method.

Location:
sources/test_regression/15042009
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/15042009/Makefile

    r18 r21  
    11include ../env.mk
    22
    3 SYSTEM    = system.cpp
     3SYSTEM    = system.cpp system2.cpp system3.cpp
    44EXE_SCASS = $(SYSTEM:.cpp=_systemcass.x)
    55EXE_SC    = $(SYSTEM:.cpp=_systemc.x)
     
    1919  done
    2020        echo Testing system_systemcass.x ; system_systemcass.x || eval ${failcom} ; \
     21        echo Testing system2_systemcass.x ; system2_systemcass.x || eval ${failcom} ; \
     22        echo Testing system3_systemcass.x ; system3_systemcass.x || eval ${failcom} ; \
    2123        #
    2224
Note: See TracChangeset for help on using the changeset viewer.