Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tile reset control registers for TileResetDomain #110

Closed
timsnyder-siv opened this issue Dec 15, 2020 · 0 comments · Fixed by #111
Closed

update tile reset control registers for TileResetDomain #110

timsnyder-siv opened this issue Dec 15, 2020 · 0 comments · Fixed by #111

Comments

@timsnyder-siv
Copy link
Contributor

timsnyder-siv commented Dec 15, 2020

I'm trying to use 60d5da8 with rocket that contains chipsalliance/rocket-chip#2641 . That PR changes freechips.rocketchip.tile.TilePRCIDomain so that it no longer has a ClockSinkNode. It has a TileResetDomain that now has the ClockSinkNode.

and I'm running into:

info] Compiling 20 Scala sources to /home/centos/federation_201214/testchipip/target/scala-2.12/classes ...
[error] /home/centos/federation_201214/testchipip/src/main/scala/TileResetCtrl.scala:49:11: value clockSinkNode is not a member of freechips.rocketchip.tile.TilePRCIDomain[_$1]
[error]         d.clockSinkNode.portParams(0).name.get -> r_tile_resets(i).io.q
[error]           ^

I'm starting to look into how to address this but thought I'd file an issue in case @jerryz123, or @hcook or @davidbiancolin already have looked at this.

@timsnyder-siv timsnyder-siv changed the title update tile reset control registers for chipsalliance/rocket-chip#2641 update tile reset control registers for TileResetDomain Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant