You are on page 1of 2

nxbyte / ARM-LEGv8 Public

Code Issues 2 Pull requests Actions Security Insights

ARM-LEGv8 / Pipelined-Only / CPU_TEST.v

nxbyte Improving source formatting History

1 contributor
ARM-LEGv8/CPU_TEST.v at master · nxbyte/ARM-LEGv8 · GitHub https://github.com/nxbyte/ARM-LEGv8/blob/master/Pipelined-Only/...

32 RESET = 1'b1;
33 #18 $finish;
34 end
35
36 /* Toggle the clock */
37 always begin
38 #1 CLOCK = ~CLOCK; RESET = 1'b0;
39 end
40 endmodule

2 sur 2 15/01/2022, 18:26

You might also like