Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Oct 3, 2024
1 parent fa91d9e commit a44cd59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/NaxSoftware
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class TilelinkVexiiRiscvFiber(plugins : ArrayBuffer[Hostable]) extends Area with
val up = clint.createPort(pp.hartIds(0))
priv.mti << up.mti
priv.msi << up.msi
DataCc(up.stoptime, priv.stoptime.clockDomain(RegNext(priv.stoptime)))
DataCc(up.stoptime, priv.stoptime.clockDomain(RegNext(priv.stoptime)), initValue = U(0, 64 bits))
val time = priv.plugin.p.withRdTime generate new Area{
val timeBuffer = priv.rdtime.clockDomain(Reg(UInt(64 bits)))
DataCc(timeBuffer, clint.time)
Expand Down

0 comments on commit a44cd59

Please sign in to comment.