We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9239e commit 0f41c7bCopy full SHA for 0f41c7b
topLevelCircuit.v
@@ -1,6 +1,6 @@
1
`include "defines.v"
2
3
-module MIPS_Processor (input CLOCK_50, input rst, input forward_EN);
+module MIPS_Processor (input CLOCK_50, input rst, input forward_EN);
4
wire clock = CLOCK_50;
5
wire [`WORD_LEN-1:0] PC_IF, PC_ID, PC_EXE, PC_MEM;
6
wire [`WORD_LEN-1:0] inst_IF, inst_ID;
0 commit comments