Commit 871cf7ce authored by Lucas Russo's avatar Lucas Russo

testbench/*/wb_acq_core/*: reduce TEST #5 as it was taking too much simulation time

parent 4c5ea477
...@@ -1800,7 +1800,7 @@ module wb_acq_core_tb; ...@@ -1800,7 +1800,7 @@ module wb_acq_core_tb;
test_id = 5; test_id = 5;
n_shots = 16'h0001; n_shots = 16'h0001;
pre_trig_samples = 32'h00001000; pre_trig_samples = 32'h00000400;
post_trig_samples = 32'h00000000; post_trig_samples = 32'h00000000;
ddr3_start_addr = 32'h00000000; // all zeros for now ddr3_start_addr = 32'h00000000; // all zeros for now
ddr3_end_addr = 32'h00100000; ddr3_end_addr = 32'h00100000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment