Skip to content

Commit 022082c

Browse files
committed
tb: add missing test
1 parent 0fffc13 commit 022082c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

verify/lxp32/src/tb/tb.vhd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ begin
135135
run_test("test018.ram",clk,globals,soc_wbs_in,soc_wbs_out,monitor_out);
136136
run_test("test019.ram",clk,globals,soc_wbs_in,soc_wbs_out,monitor_out);
137137
run_test("test020.ram",clk,globals,soc_wbs_in,soc_wbs_out,monitor_out);
138+
run_test("test021.ram",clk,globals,soc_wbs_in,soc_wbs_out,monitor_out);
138139
else
139140
run_test(TEST_CASE,clk,globals,soc_wbs_in,soc_wbs_out,monitor_out);
140141
end if;

0 commit comments

Comments
 (0)