You are on page 1of 2

nxbyte / ARM-LEGv8 Public

Code Issues 2 Pull requests Actions Security Insights

ARM-LEGv8 / Pipeline-With-Hazard-And-Forwarding / CPU_TEST.v

nxbyte Update source with documentation History

1 contributor
ARM-LEGv8/CPU_TEST.v at master · nxbyte/ARM-LEGv8 · GitHub https://github.com/nxbyte/ARM-LEGv8/blob/master/Pipeline-With-Ha...

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

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

You might also like