Skip to content

Commit

Permalink
[t1rocket] fix wrong channel id in testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed Nov 20, 2024
1 parent 35ec8d8 commit 72dfd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1rocketemu/src/TestBench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class TestBench(val parameter: T1RocketTileParameter)
}
instFetchAgent.io.clock := clock
instFetchAgent.io.reset := reset
instFetchAgent.io.channelId := 0.U
instFetchAgent.io.channelId := 2.U
instFetchAgent.io.gateRead := false.B
instFetchAgent.io.gateWrite := false.B

Expand Down

0 comments on commit 72dfd3e

Please sign in to comment.