Ignore:
Timestamp:
Jun 29, 2009, 5:43:54 PM (15 years ago)
Author:
buchmann
Message:

Remove an unused regression test.
Update some other tests.
Add a TODO section into README file.
Disable some debugging compiler options for common users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/31072006/system_ok.cpp

    r1 r34  
    1313
    1414struct test : sc_module {
    15   int                             reg;
     15  sc_signal<int>                  reg;
    1616 
    1717  sc_in_clk                       clk;
     
    4444                sensitive << clk.pos();
    4545    dont_initialize();
     46                SC_METHOD(gen);
     47                sensitive << clk.neg();
     48    dont_initialize();
    4649        };
    4750};
Note: See TracChangeset for help on using the changeset viewer.