Skip to content

Commit 0f41c7b

Browse files
committed
Changed the top-level module name to MIPS_processor
1 parent 6a9239e commit 0f41c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topLevelCircuit.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
`include "defines.v"
22

3-
module MIPS_Processor (input CLOCK_50, input rst, input forward_EN);
3+
module MIPS_Processor (input CLOCK_50, input rst, input forward_EN);
44
wire clock = CLOCK_50;
55
wire [`WORD_LEN-1:0] PC_IF, PC_ID, PC_EXE, PC_MEM;
66
wire [`WORD_LEN-1:0] inst_IF, inst_ID;

0 commit comments

Comments
 (0)