3
0
Fork 0
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:
Clifford Wolf 2013-07-23 16:19:34 +02:00
parent d815f1c770
commit ad9bbcbf40
7 changed files with 304 additions and 28 deletions

28
.gitignore vendored
View file

@ -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