Skip to content

Commit

Permalink
Add missing assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jan 11, 2023
1 parent 79ce7f1 commit 02e6929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/IbexTile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class IbexTileModuleImp(outer: IbexTile) extends BaseTileModuleImp(outer){
//connect signals
core.io.clk_i := clock
core.io.rst_ni := ~reset.asBool
core.io.test_en_i := false.B
core.io.boot_addr_i := outer.resetVectorSinkNode.bundle
core.io.hart_id_i := outer.hartIdSinkNode.bundle

Expand Down

0 comments on commit 02e6929

Please sign in to comment.