mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-02 04:27:53 +00:00
Merge remote-tracking branch 'origin/master' into eddie/muxpack
This commit is contained in:
commit
4ddc0354c1
15 changed files with 451 additions and 62 deletions
|
|
@ -17,9 +17,12 @@ Yosys 0.8 .. Yosys 0.8-dev
|
|||
- Added "rename -src"
|
||||
- Added "equiv_opt" pass
|
||||
- Added "read_aiger" frontend
|
||||
- Extended "muxcover -mux{4,8,16}=<cost>"
|
||||
- Added "muxcover -mux{4,8,16}=<cost>"
|
||||
- Added "muxcover -dmux=<cost>"
|
||||
- Added "muxcover -nopartial"
|
||||
- Added "muxpack" pass
|
||||
- "synth_xilinx" to now infer hard shift registers, using new "shregmap -tech xilinx"
|
||||
- Fixed sign extension of unsized constants with 'bx and 'bz MSB
|
||||
|
||||
|
||||
Yosys 0.7 .. Yosys 0.8
|
||||
|
|
@ -33,7 +36,7 @@ Yosys 0.7 .. Yosys 0.8
|
|||
- Added "write_verilog -decimal"
|
||||
- Added "scc -set_attr"
|
||||
- Added "verilog_defines" command
|
||||
- Remeber defines from one read_verilog to next
|
||||
- Remember defines from one read_verilog to next
|
||||
- Added support for hierarchical defparam
|
||||
- Added FIRRTL back-end
|
||||
- Improved ABC default scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue