mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 10:50:25 +00:00
initial import
This commit is contained in:
commit
7764d0ba1d
481 changed files with 54634 additions and 0 deletions
11
passes/techmap/Makefile.inc
Normal file
11
passes/techmap/Makefile.inc
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
GENFILES += passes/techmap/stdcells.inc
|
||||
OBJS += passes/techmap/techmap.o
|
||||
|
||||
passes/techmap/stdcells.inc: techlibs/stdcells.v
|
||||
od -v -td1 -w1 $< | awk 'BEGIN { print "static char stdcells_code[] = {"; } $$2 != "" { print $$2 ","; } \
|
||||
END { print 0 "};"; }' | fmt > $@.new
|
||||
mv $@.new $@
|
||||
|
||||
passes/techmap/techmap.o: passes/techmap/stdcells.inc
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue