Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
upadhyayulakiran committed Feb 21, 2025
1 parent 0750fe3 commit 2506d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ntt_top/tb/ntt_top_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ task ntt_top_test();
while(ntt_done_tb == 1'b0)
@(posedge clk_tb);
$display("Received pwo_done\n");
/*

$display("PWM+INTT operation\n");
operation = "PWM INTT";
mode_tb = pwm_intt;
Expand All @@ -594,7 +594,7 @@ task ntt_top_test();
$display("Received pwo_done\n");
svalid_tb = 1'b0;
@(posedge clk_tb);
*/

end
join_any
$display("End of test\n");
Expand Down

0 comments on commit 2506d45

Please sign in to comment.