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
Hello
I'm starting using nMigen and i want instantiate the AsyncFifoBuffered library. I found that the fifo clock domain are read and write, and i need to connect them to domains called input and output.
Is there any easy way to make this connection?
Should libraries have an argument to specify the domain names?
Thx.
Andres
The text was updated successfully, but these errors were encountered:
With this approach, you always need to know the implementation (or it needs to be well documented). Add an argument specifying domain names in libraries should be a good idea.
Hello
I'm starting using nMigen and i want instantiate the AsyncFifoBuffered library. I found that the fifo clock domain are
read
andwrite
, and i need to connect them to domains calledinput
andoutput
.Thx.
Andres
The text was updated successfully, but these errors were encountered: