bug: TB tasks broken

This commit is contained in:
2026-07-10 18:52:52 +03:00
parent 11a9e97691
commit 493d6844c0

View File

@ -257,15 +257,15 @@ module reflectometer_tb;
wait(mmcm_locked === 1'b1); wait(mmcm_locked === 1'b1);
#10; #10;
dut_soft_reset(); // dut_soft_reset();
dut_send_system_config( // dut_send_system_config(
.pulse_width(32'd350), // .pulse_width(32'd350),
.pulse_period(32'd1250), // .pulse_period(32'd1250),
.pulse_num(16'd10), // .pulse_num(16'd10),
.pulse_height(14'd14000), // 0V // .pulse_height(14'd14000), // 0V
.pulse_period_adc(32'd650) // .pulse_period_adc(32'd650)
); // );
dut_start(); // dut_start();
$display("[TB] ALL PASSED"); $display("[TB] ALL PASSED");
$finish; $finish;