Skip to content

Commit

Permalink
RoccBlackBox: add input rocc_mem_s2_gpa
Browse files Browse the repository at this point in the history
  • Loading branch information
ingallsj committed Oct 17, 2021
1 parent 2191dbd commit d65a102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/vsrc/RoccBlackBox.v
Expand Up @@ -10,6 +10,7 @@ module RoccBlackBox
coreDataBits,
coreDataBytes,
paddrBits,
vaddrBitsExtended,
FPConstants_RM_SZ,
fLen,
FPConstants_FLAGS_SZ )
Expand Down Expand Up @@ -90,6 +91,7 @@ module RoccBlackBox
output rocc_mem_s2_kill,
input rocc_mem_s2_uncached,
input [paddrBits-1:0] rocc_mem_s2_paddr,
input [vaddrBitsExtended-1:0] rocc_mem_s2_gpa,
input rocc_mem_resp_valid,
input [coreMaxAddrBits-1:0] rocc_mem_resp_bits_addr,
input [dcacheReqTagBits-1:0] rocc_mem_resp_bits_tag,
Expand Down
1 change: 1 addition & 0 deletions src/main/scala/tile/LazyRoCC.scala
Expand Up @@ -352,6 +352,7 @@ class BlackBoxExampleModuleImp(outer: BlackBoxExample, blackBoxFile: String)(imp
"coreDataBits" -> IntParam(coreDataBits),
"coreDataBytes" -> IntParam(coreDataBytes),
"paddrBits" -> IntParam(paddrBits),
"vaddrBitsExtended" -> IntParam(vaddrBitsExtended),
"FPConstants_RM_SZ" -> IntParam(FPConstants.RM_SZ),
"fLen" -> IntParam(fLen),
"FPConstants_FLAGS_SZ" -> IntParam(FPConstants.FLAGS_SZ)
Expand Down

0 comments on commit d65a102

Please sign in to comment.