Forum Discussion
ShengN_altera
Super Contributor
2 years agoHi,
Probably can do like for example below in the testbench:
always @(posedge clk) begin
if (counter == 64) begin
$display(" ");
$finish;
end
end
Thanks,
Best Regards,
sheng
Hi,
Probably can do like for example below in the testbench:
always @(posedge clk) begin
if (counter == 64) begin
$display(" ");
$finish;
end
end
Thanks,
Best Regards,
sheng