mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-24 17:21:26 +00:00
Added $lut cells and abc lut mapping support
This commit is contained in:
parent
d815f1c770
commit
ad9bbcbf40
7 changed files with 304 additions and 28 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -1,17 +1,17 @@
|
|||
*.o
|
||||
*.d
|
||||
.*.swp
|
||||
.cproject
|
||||
.project
|
||||
qtcreator.files
|
||||
qtcreator.includes
|
||||
qtcreator.config
|
||||
qtcreator.creator
|
||||
qtcreator.creator.user
|
||||
Makefile.conf
|
||||
abc
|
||||
yosys
|
||||
yosys-abc
|
||||
yosys-config
|
||||
yosys-filterlib
|
||||
yosys-svgviewer
|
||||
/.cproject
|
||||
/.project
|
||||
/qtcreator.files
|
||||
/qtcreator.includes
|
||||
/qtcreator.config
|
||||
/qtcreator.creator
|
||||
/qtcreator.creator.user
|
||||
/Makefile.conf
|
||||
/abc
|
||||
/yosys
|
||||
/yosys-abc
|
||||
/yosys-config
|
||||
/yosys-filterlib
|
||||
/yosys-svgviewer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue