mirror of
https://github.com/supleed2/ELEC50010-IAC-CW.git
synced 2024-12-22 21:35:48 +00:00
Update harvard testbench regarding resets
This commit is contained in:
parent
1f7027f771
commit
ec275418b7
|
@ -49,15 +49,8 @@ module mips_cpu_harvard_tb;
|
|||
end
|
||||
|
||||
initial begin
|
||||
$display("Initial Reset 0");
|
||||
reset <= 0;
|
||||
|
||||
|
||||
$display("Initial Reset 1");
|
||||
@(posedge clk);
|
||||
reset <= 1;
|
||||
|
||||
$display("Initial Reset 0: Start Program");
|
||||
reset <= 1;
|
||||
@(posedge clk);
|
||||
reset <= 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue