3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +00:00

synth_xilinx: Support latches, remove used-up FF init values.

Fixes #1387.
This commit is contained in:
Marcin Kościelnicki 2019-09-23 12:41:42 +02:00 committed by Marcin Kościelnicki
parent d5f0794a53
commit 4535f2c694
3 changed files with 77 additions and 2 deletions

View file

@ -49,6 +49,7 @@ Yosys 0.9 .. Yosys 0.9-dev
- "synth_xilinx" to now infer DSP blocks (-nodsp to disable)
- "synth_ecp5" to now infer DSP blocks (-nodsp to disable, experimental)
- "synth_ice40 -dsp" to infer DSP blocks
- Added latch support to synth_xilinx
Yosys 0.8 .. Yosys 0.9
----------------------