Fixed bugs, finished BEQ, Added Halt

This commit is contained in:
jose.rodriguezlabra
2019-03-13 11:14:52 -04:00
parent 911d8e31cc
commit 026eb65861
69 changed files with 1145 additions and 1038 deletions

View File

@@ -41,7 +41,7 @@ module RegFile(input wire clk, reset, enable,
register r3(
.clk(clk),
.reset(reset),
.En(decOut[4]),
.En(decOut[3]),
.Din(write_data),
.Dout(r3_out));