Skip to content

Commit

Permalink
Update SpikeTile isa str to include more useful extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jun 28, 2024
1 parent f0875b0 commit 19fc3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/chipyard/src/main/scala/SpikeTile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class SpikeTile(
val masterNode = visibilityNode
val slaveNode = TLIdentityNode()

override def isaDTS = "rv64gcv_Zfh"
override def isaDTS = "rv64imafdcv_zicsr_zifencei_zihpm_zvl128b_zve64d"

// Required entry of CPU device in the device tree for interrupt purpose
val cpuDevice: SimpleDevice = new SimpleDevice("cpu", Seq("ucb-bar,spike", "riscv")) {
Expand Down

0 comments on commit 19fc3dd

Please sign in to comment.