Digilent / vivado-library

MIT License
566 stars 311 forks source link

Update all SyncAsync that have aReset as an input to be the same #82

Open davekeeshan opened 10 months ago

davekeeshan commented 10 months ago

While mixing some IP i found that the the SyncAsync block was present in multiple projects but newer ones had an extra generic. This was causing issues in blocks that we using the new format and picking up the old code. Old code picking up the new format should default to the correct use.

This is only the for SynAsync blocks that have aReset, there is another block with aoReset that also has the same name. That is a different fix.