3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-24 20:16:01 +00:00

Merge branch 'master' of github.com:YosysHQ/yosys into clifford/pmgen

This commit is contained in:
Clifford Wolf 2019-08-19 13:04:06 +02:00
commit 1e3dd0a2da
110 changed files with 3168 additions and 2073 deletions

View file

@ -20,6 +20,9 @@ Yosys 0.9 .. Yosys 0.9-dev
- Improve attribute and parameter encoding in JSON to avoid ambiguities between
bit vectors and strings containing [01xz]*
- Improvements in pmgen: subpattern and recursive matches
- Added "opt_share" pass, run as part of "opt -full"
- Added "ice40_wrapcarry" to encapsulate SB_LUT+SB_CARRY pairs for techmapping
- Removed "ice40_unlut"
Yosys 0.8 .. Yosys 0.8-dev
--------------------------