mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Use a dummy box file if none specified
This commit is contained in:
parent
e8e3830868
commit
c4e5310823
3 changed files with 10 additions and 3 deletions
|
@ -28,3 +28,4 @@ $(eval $(call add_share_file,share,techlibs/common/dff2ff.v))
|
|||
$(eval $(call add_share_file,share,techlibs/common/gate2lut.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/cmp2lut.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/cells.lib))
|
||||
$(eval $(call add_share_file,share,techlibs/common/dummy.box))
|
||||
|
|
1
techlibs/common/dummy.box
Normal file
1
techlibs/common/dummy.box
Normal file
|
@ -0,0 +1 @@
|
|||
(dummy) 1 0 0 0
|
Loading…
Add table
Add a link
Reference in a new issue