doc: README decoration

This commit is contained in:
otroubi
2026-05-15 16:41:18 +03:00
parent 4f82a27cb7
commit 10dc60b54f
4 changed files with 373 additions and 13 deletions

View File

@ -82,7 +82,7 @@ module generator_tb;
repeat(40) @(posedge clk);
pulse_width = 3;
pulse_width = 3;
pulse_period = 8;
pulse_num = 4;
pulse_height = 14'h3FF;
@ -90,9 +90,17 @@ module generator_tb;
repeat(1) @(posedge clk);
start = 0;
repeat(5) @(posedge clk);
start = 1;
pulse_height = 14'h155;
repeat(1) @(posedge clk);
start = 0;
repeat(50) @(posedge clk);
$display("\n=== TEST FINISHED ===");
$finish;
end