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 has been archived by the owner on Aug 21, 2024. It is now read-only.
MIght as well add this in too. Treadle's transformations should be idempotent. Which it is not right now, the Augment printf will keep adding registers in between the clock, enable, and arguments each time it is run.
Actually. at the moment, is not even possible because the registers generated by Augment do not have correctly sized init values, which causes failures in CheckTypes, this should be fixed.
It would be nice if we could allow users to test an un-optimized circuit.
This shouldn't be too hard to do, the major question is how to best expose this option to the user.
The text was updated successfully, but these errors were encountered: