Skip to content

Commit

Permalink
PC minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
IsuruLakshan97 committed Jul 27, 2021
1 parent ed77cfd commit 8f7a959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC module(Additional)/PC.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module programeCounter(RESET,CLK,nextPC,PC,busyWait);
module programeCounter(CLK,RESET,nextPC,PC,busyWait);
input CLK,RESET,busyWait;
input [31:0] nextPC;
output [31:0] PC;
Expand Down

0 comments on commit 8f7a959

Please sign in to comment.