Skip to content
Snippets Groups Projects
Commit 72fc5ac1 authored by sebastie.gendre's avatar sebastie.gendre
Browse files

Add a simple dummy test bench

parent 709aaeb8
Branches
No related tags found
No related merge requests found
......@@ -16,12 +16,15 @@ architecture arch of dummy_test is
begin
monitor_process: process()
monitor_process: process
begin
-- Uncomment the line you want to apply
assert false
report "Test of error"
severity error;
-- Wait endlessly
wait;
end process monitor_process;
......
Labo1B/tb_test.vhd 93 lib=xil_defaultlib
[sim_1]
ACTIVE=1
TOP=reg_decalage
TOP=dummy_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment