-
|
I want to do simulation via cocotb, but my FPGA vendor's IP requires GSR, I want a way to enable GSR without writing a wrapper entity to instantiate GSR , stated here. |
Beta Was this translation helpful? Give feedback.
Answered by
nickg
Jul 19, 2025
Replies: 1 comment
-
|
No it doesn't. But you can easily work around this adding a wrapper entity that instantiates the UUT and the GSR and passes all the ports through to the UUT. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sprhawk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No it doesn't. But you can easily work around this adding a wrapper entity that instantiates the UUT and the GSR and passes all the ports through to the UUT.