Searched refs:SC_NS (Results 76 - 100 of 523) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt3.1/
H A Dmain.cpp50 sc_clock clk("Clock", 20, SC_NS, 0.5, 0.0, SC_NS);
59 sc_start(n, SC_NS);
/gem5/src/systemc/tests/systemc/kernel/sc_event/test14/
H A Dtest14.cpp63 e1.notify(10, SC_NS);
64 e2.notify(20, SC_NS);
65 wait(15, SC_NS, e4 | e6);
73 e3.notify(10, SC_NS);
74 e4.notify(15, SC_NS);
75 wait(20, SC_NS, e2 & e5);
84 e5.notify(10,SC_NS );
93 e6.notify(10,SC_NS );
117 sc_start(100,SC_NS);
/gem5/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/
H A Dinput_sc_signed.cpp48 sc_start(0, SC_NS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp76 wait(10, SC_NS);
83 wait(25, SC_NS);
86 wait(20, SC_NS);
89 wait(20, SC_NS);
93 wait(20, SC_NS);
96 wait(20, SC_NS);
99 wait(20, SC_NS);
102 wait(20, SC_NS);
105 wait(50, SC_NS);
122 sc_assert( sc_time_stamp() == sc_time(10, SC_NS) || sc_time_stam
[all...]
/gem5/src/systemc/tests/systemc/communication/sc_clock/test01/
H A Dtest01.cpp51 sc_time t1( 8, SC_NS );
52 sc_time t2( 2, SC_NS );
69 sc_clock c7( "c7", 8, SC_NS );
71 sc_clock c8( "c8", 8, SC_NS, 0.1 );
74 sc_clock c9( "c9", 8, SC_NS, 0.1, 2, SC_NS );
76 sc_clock cA( "cA", 8, SC_NS, 0.1, 2, SC_NS, false );
/gem5/src/systemc/tests/systemc/communication/sc_clock/test03/
H A Dtest03.cpp47 sc_time t1( 8, SC_NS );
48 sc_time t2( 2, SC_NS );
/gem5/src/systemc/tests/systemc/communication/sc_clock/test04/
H A Dtest04.cpp47 sc_time t1( 8, SC_NS );
48 sc_time t2( 2, SC_NS );
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test03/
H A Dtest03.cpp52 wait( 10, SC_NS ); // wait for 10 ns
57 wait( 10, SC_NS );
63 wait( 1, SC_NS );
85 wait( 10, SC_NS ); // wait for 10 ns
91 wait( 10, SC_NS );
97 wait( 10, SC_NS );
103 wait( 1, SC_NS );
131 sc_start( 100, SC_NS );
/gem5/src/systemc/tests/systemc/kernel/process_control/test08/
H A Dtest08.cpp82 wait( 10, SC_NS );
85 wait( 10, SC_NS );
89 wait( 10, SC_NS );
94 wait( 10, SC_NS );
98 wait( 10, SC_NS );
102 wait( 10, SC_NS );
105 wait( 10, SC_NS );
109 wait( 10, SC_NS );
/gem5/src/systemc/tests/systemc/misc/examples/datawidth_int_file/
H A Dmain.cpp61 sc_clock clk( "clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/sim/prime_do_while/
H A Dmain.cpp55 sc_clock clk ("CLK", 6, SC_NS, 0.5, 10, SC_NS, false); // 167 Mhz
/gem5/src/systemc/tests/systemc/misc/sim_tests/hshake2/
H A Dmain.cpp49 sc_clock clock("CLOCK", 10, SC_NS, 0.5, 0.0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/synth/prime_flag/
H A Dmain.cpp55 sc_clock clk ("CLK", 6, SC_NS, 0.5, 10, SC_NS, false); // 167 Mhz
/gem5/src/systemc/tests/systemc/misc/unit/data/general/add_promote/
H A Dmain.cpp69 sc_clock clk( "clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/datawidth_int/
H A Dmain.cpp61 sc_clock clk( "clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/int_to_bits/
H A Dmain.cpp62 sc_clock clk( "clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/promote_add/
H A Dmain.cpp68 sc_clock clk( "clock", 10, SC_NS, 0.5, 0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt14.1/
H A Dmain.cpp49 sc_clock clock("CLOCK", 10, SC_NS, 0.5, 0.0, SC_NS);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt3.2/
H A Dmain.cpp50 sc_clock clk("Clock", 20, SC_NS, 0.5, 0.0, SC_NS);
/gem5/src/systemc/tests/systemc/compliance_1666/test202/
H A Dtest202.cpp18 wait(10, SC_NS);
28 : clk("clk", 20, SC_NS, 0.75, 5, SC_NS, false)
33 sc_assert(clk.period() == sc_time(20, SC_NS));
35 sc_assert(clk.start_time() == sc_time(5, SC_NS));
/gem5/src/systemc/tests/systemc/misc/stars/star127536/
H A Dtest.cpp60 wait(1,SC_NS);
82 sc_set_time_resolution(1,SC_NS);
83 sc_set_default_time_unit(1,SC_NS);
85 // sc_clock dummy( "dummy", 2, SC_NS );
98 // sc_cycle(5,SC_NS); // change to sc_start
99 sc_start( 5, SC_NS );
101 // sc_cycle(5,SC_NS); // change to sc_start
102 sc_start( 5, SC_NS );
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test04/
H A Dtest04.cpp59 wait(10, SC_NS);
66 wait(15, SC_NS);
72 wait(10, SC_NS);
75 wait(10, SC_NS);
81 wait(10, SC_NS);
/gem5/src/systemc/tests/systemc/tmp/others/sync_reset/
H A Dsync_reset.cpp26 wait(10, SC_NS);
33 wait(15, SC_NS);
39 wait(10, SC_NS);
42 wait(10, SC_NS);
48 wait(10, SC_NS);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/disable_enable/
H A Ddisable_enable.cpp63 wait(10, SC_NS);
77 wait(10, SC_NS);
82 wait(10, SC_NS);
86 wait(10, SC_NS);
96 case 0: sc_assert(sc_time_stamp() == sc_time( 0, SC_NS)); f0 = 1; break;
97 case 5: sc_assert(sc_time_stamp() == sc_time(20, SC_NS)); f4 = 1; break;
98 case 6: sc_assert(sc_time_stamp() == sc_time(30, SC_NS)); f5 = 1; break;
107 case 1: sc_assert(sc_time_stamp() == sc_time( 0, SC_NS)); f1 = 1; break;
108 case 2: sc_assert(sc_time_stamp() == sc_time(10, SC_NS)); f2 = 1; break;
109 case 4: sc_assert(sc_time_stamp() == sc_time(10, SC_NS)); f
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp42 sc_assert(sc_time_stamp() == sc_time(1, SC_NS));
44 sc_assert(sc_time_stamp() == sc_time(11, SC_NS));
46 sc_assert(sc_time_stamp() == sc_time(111, SC_NS));
60 sc_assert(sc_time_stamp() == sc_time(1, SC_NS));
62 sc_assert(sc_time_stamp() == sc_time(11, SC_NS));
64 sc_assert(sc_time_stamp() == sc_time(111, SC_NS));
90 wait(1, SC_NS);
92 wait(10, SC_NS);
94 wait(100, SC_NS);
96 wait(1, SC_NS);
[all...]

Completed in 17 milliseconds

1234567891011>>