q3k / m16c-interface

A Serial IO programmer for Renesas M16C, includes security PIN bypass.
BSD 2-Clause "Simplified" License
80 stars 10 forks source link

adapter: make FIFOs inferable to BRAM #3

Closed q3k closed 2 years ago

q3k commented 4 years ago

This counters https://github.com/YosysHQ/yosys/commit/cee4b1e6bc11fff1d2d97985a96e6990afc57950.

@mwkmwkmwk says this should have never worked, so we just swap SyncFIFO for SyncFIFOBuffered and hope for the best.

This has not been tested on hardware, as i don't have a rig or testcases :/.

We also bump migen for good measure.