You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
The way that strobe writes are implemented in TileTester.scala is broken. As it is now, it creates a Wire 70 bits long and writes junk data to the testing memory. I fixed with the following lines of code:
The way that strobe writes are implemented in
TileTester.scala
is broken. As it is now, it creates aWire
70 bits long and writes junk data to the testing memory. I fixed with the following lines of code:I don't know if this would be the preferred fix, but I just wanted to let you all know.
The text was updated successfully, but these errors were encountered: