#include <tb.h>
|
| testbench (const sc_module_name &NAME, sc_clock &TICK) |
|
| testbench (const sc_module_name &NAME, sc_clock &TICK) |
|
| testbench (const sc_module_name &NAME, sc_clock &TICK, sc_clock &TICK2) |
|
| testbench (sc_module_name NAME, sc_clock &CLK, const sc_signal< double > &IN_, sc_signal< double > &OUT1, sc_signal< double > &OUT2) |
|
| testbench (sc_module_name NAME, sc_clock &TICK, sc_clock &TICK2) |
|
| testbench (sc_module_name NAME, sc_clock &CLK, const sc_signal< double > &IN_, sc_signal< double > &OUT1, sc_signal< double > &OUT2) |
|
Definition at line 50 of file tb.h.
◆ testbench() [1/6]
testbench::testbench |
( |
const sc_module_name & |
NAME, |
|
|
sc_clock & |
TICK |
|
) |
| |
|
inline |
Definition at line 93 of file tb.h.
◆ testbench() [2/6]
testbench::testbench |
( |
const sc_module_name & |
NAME, |
|
|
sc_clock & |
TICK |
|
) |
| |
|
inline |
◆ testbench() [3/6]
testbench::testbench |
( |
const sc_module_name & |
NAME, |
|
|
sc_clock & |
TICK, |
|
|
sc_clock & |
TICK2 |
|
) |
| |
|
inline |
Definition at line 85 of file tb.h.
◆ testbench() [4/6]
testbench::testbench |
( |
sc_module_name |
NAME, |
|
|
sc_clock & |
CLK, |
|
|
const sc_signal< double > & |
IN_, |
|
|
sc_signal< double > & |
OUT1, |
|
|
sc_signal< double > & |
OUT2 |
|
) |
| |
|
inline |
◆ testbench() [5/6]
testbench::testbench |
( |
sc_module_name |
NAME, |
|
|
sc_clock & |
TICK, |
|
|
sc_clock & |
TICK2 |
|
) |
| |
|
inline |
Definition at line 85 of file tb.h.
◆ testbench() [6/6]
testbench::testbench |
( |
sc_module_name |
NAME, |
|
|
sc_clock & |
CLK, |
|
|
const sc_signal< double > & |
IN_, |
|
|
sc_signal< double > & |
OUT1, |
|
|
sc_signal< double > & |
OUT2 |
|
) |
| |
|
inline |
◆ ac1
Definition at line 89 of file tb.h.
◆ addr
sc_signal< int > testbench::addr |
Definition at line 82 of file tb.h.
◆ clkn [1/2]
Definition at line 80 of file tb.h.
◆ clkn [2/2]
Definition at line 80 of file tb.h.
◆ clkn2 [1/2]
CLK2_NEG testbench::clkn2 |
Definition at line 82 of file tb.h.
◆ clkn2 [2/2]
clk2_neg testbench::clkn2 |
Definition at line 82 of file tb.h.
◆ clkp [1/2]
Definition at line 79 of file tb.h.
◆ clkp [2/2]
Definition at line 79 of file tb.h.
◆ clkp2 [1/2]
CLK2_POS testbench::clkp2 |
Definition at line 81 of file tb.h.
◆ clkp2 [2/2]
clk2_pos testbench::clkp2 |
Definition at line 81 of file tb.h.
◆ d1
Definition at line 90 of file tb.h.
◆ data
Definition at line 85 of file tb.h.
◆ dg1
Definition at line 88 of file tb.h.
◆ out_clk2_neg
sc_signal< bool > testbench::out_clk2_neg |
Definition at line 78 of file tb.h.
◆ out_clk2_pos
sc_signal< bool > testbench::out_clk2_pos |
Definition at line 77 of file tb.h.
◆ out_clk_neg
sc_signal< bool > testbench::out_clk_neg |
Definition at line 76 of file tb.h.
◆ out_clk_pos
sc_signal< bool > testbench::out_clk_pos |
Definition at line 75 of file tb.h.
◆ rd1
RESET_STIM testbench::rd1 |
Definition at line 87 of file tb.h.
◆ ready
sc_signal< bool > testbench::ready |
Definition at line 84 of file tb.h.
◆ reset
sc_signal< bool > testbench::reset |
Definition at line 83 of file tb.h.
◆ sum
Definition at line 86 of file tb.h.
The documentation for this struct was generated from the following files:
- systemc/tests/systemc/misc/synth/add_chain/tb.h
- systemc/tests/systemc/misc/synth/add_chain_FUNC/add_chain_tb.h
- systemc/tests/systemc/misc/user_guide/chpt4.2/testbench.h