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.
I am currently struggling with testing the integration of two modules of which I have the FIRRTL source. One of the two is using the second as a blackbox. Looking at your examples, I see that is possible to build a Scala model implementing the black box which is perfect for unit testing. I wonder if there is a way of creating a blackbox from a FIRRTL description.
The outline of the example above is the base case of the more general case of a black box using other black boxes. This last case is closer to what I am trying to achieve. Thoughts?
Hello folks,
I am currently struggling with testing the integration of two modules of which I have the FIRRTL source. One of the two is using the second as a blackbox. Looking at your examples, I see that is possible to build a Scala model implementing the black box which is perfect for unit testing. I wonder if there is a way of creating a blackbox from a FIRRTL description.
The outline of the example above is the base case of the more general case of a black box using other black boxes. This last case is closer to what I am trying to achieve. Thoughts?
This might be related to #67.
The text was updated successfully, but these errors were encountered: