Move shadow to us, get some commands going

This commit is contained in:
Byron Lathi
2024-07-20 21:40:26 -07:00
parent f6eeb80e25
commit 3d05d07541
7 changed files with 287 additions and 20 deletions

View File

@@ -193,7 +193,7 @@ initial begin
button_resetn <= '0;
repeat(10) @(clk_cpu);
button_resetn <= '1;
repeat(4000) @(posedge clk_cpu);
repeat(20000) @(posedge clk_cpu);
$finish();
end