3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-02 00:23:45 +00:00

Merge pull request #1148 from YosysHQ/xc7mux

synth_xilinx to infer wide multiplexers using new '-widemux <min>' option
This commit is contained in:
Eddie Hung 2019-07-10 14:38:00 -07:00 committed by GitHub
commit 2f990a7319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 415 additions and 49 deletions

View file

@ -13,6 +13,7 @@ Yosys 0.9 .. Yosys 0.9-dev
- Added "synth_ice40 -abc9" (experimental)
- Added "synth -abc9" (experimental)
- Added "script -scriptwire
- "synth_xilinx" to now infer wide multiplexers (-widemux <min> to enable)
Yosys 0.8 .. Yosys 0.8-dev