python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why is the direction in port mappings from the design to the test-bench and not vice versa?
When testing with a testbench in VHDL we map the I/O from the design we are testing to the I/O of the test bench.
For me, it would make sense to give the input of our design some generated values from...
stht55
Votes: 0
Answers: 1
$fclose placement in testbench
I want to use $fmonitor so that an output value is written to a file every time the value changes.
When I place $fclose inside the initial begin block, there are no errors. However, unsurprisingly, th...
Rahel Miz
Votes: 0
Answers: 3
How to use only one DUT for different test cases in a VHDL testbench and how to detect SPI master's mode on the slave side?
First I would like to mention that I'm still new to the VHDL World so please bear with me.
Currently, I'm working on an SPI project where I created a generic master module that can send and receive di...
Amr
Votes: 0
Answers: 1
No response from uut in testbench
I am not getting any response from the uut in the testbench. The module exp2_up_down_counter works ok without testbench, but gives output as xxxx when instantiated in the testbench.
Here is the main m...
Chaitanya Chhichhia
Votes: 0
Answers: 1