Changeset 35 for sources/test_regression/07122006/system2.cpp
- Timestamp:
- Jun 29, 2009, 6:03:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/test_regression/07122006/system2.cpp
r34 r35 34 34 sc_signal<int> reg; 35 35 36 v oid transition ();36 virtual void transition (); 37 37 void gen_moore (); 38 38 void gen_mealy (); … … 89 89 90 90 cout << "Test OK.\n"; 91 91 return EXIT_SUCCESS; 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.