Skip to content

Commit eea09cd

Browse files
authored
Remove unused port IN_pc (#50)
1 parent 0a65971 commit eea09cd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/BranchPredictor.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ ReturnStack retStack
186186
.OUT_stall(RET_stall),
187187

188188
.IN_valid(IN_pcValid),
189-
.IN_pc(OUT_pc),
190189
.IN_fetchID(IN_fetchID),
191190
.IN_comFetchID(IN_comFetchID),
192191

src/ReturnStack.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module ReturnStack
1010

1111
// IFetch time push/pop
1212
input wire IN_valid,
13-
input wire[30:0] IN_pc,
1413
input FetchID_t IN_fetchID,
1514
input FetchID_t IN_comFetchID,
1615

0 commit comments

Comments
 (0)