Ignore:
Timestamp:
May 29, 2013, 6:05:44 PM (11 years ago)
Author:
meunier
Message:
  • Tried to fix a problem with echo
  • Started to resolve some tests failing (often because of the test itself)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/07122006a/system.cpp

    r55 r56  
    1717    sc_clock clk("clk");
    1818    sc_signal<bool> resetn("resetn");
    19     sc_signal<int>  in ("in");
    20     sc_signal<int>  out("out");
     19    sc_signal<int> in ("in");
     20    sc_signal<int> out("out");
    2121
    2222    test test("test");
Note: See TracChangeset for help on using the changeset viewer.