Skip to content

Commit

Permalink
Merge pull request #1463 from firesim/fix-serialbridge-supernoderocke…
Browse files Browse the repository at this point in the history
…tconfig

Revert to UInt64 for offsetConst in SerialBridge
  • Loading branch information
abejgonzalez committed Mar 9, 2023
2 parents 010f67c + 5d979ed commit 9375903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/firesim-lib/src/main/scala/bridges/SerialBridge.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class SerialBridgeModule(serialBridgeParams: SerialBridgeParams)(implicit p: Par
"serial",
Seq(
CppBoolean(serialBridgeParams.memoryRegionNameOpt.isDefined),
UInt32(offsetConst)
UInt64(offsetConst)
),
hasLoadMem = true
)
Expand Down

0 comments on commit 9375903

Please sign in to comment.