imbichie
Full Member level 6
- Joined
- Jul 30, 2010
- Messages
- 381
- Helped
- 55
- Reputation
- 110
- Reaction score
- 54
- Trophy points
- 1,308
- Activity points
- 3,580
Hi All,
Is there any way to call my DUT's signals in the TestBench.
For example in my DUT i have a signal read_en, which is not a port in the DUT.
But in the top tb i need that signal, so is there any hierarchical call for bring that signal in the tb.
Here my testbench name is mem_tb and the DUT name is mem, then how i can call the read_en signal in the testbench
Is there any way to call my DUT's signals in the TestBench.
For example in my DUT i have a signal read_en, which is not a port in the DUT.
But in the top tb i need that signal, so is there any hierarchical call for bring that signal in the tb.
Here my testbench name is mem_tb and the DUT name is mem, then how i can call the read_en signal in the testbench