mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Verific build fixes
This commit is contained in:
parent
c2f30e0de4
commit
61512b6f41
5 changed files with 7 additions and 7 deletions
|
@ -11,8 +11,8 @@ EXTRA_OBJS += techlibs/ice40/brams_init.mk
|
|||
.SECONDARY: techlibs/ice40/brams_init.mk
|
||||
|
||||
techlibs/ice40/brams_init.mk: techlibs/ice40/brams_init.py
|
||||
cd techlibs/ice40 && python brams_init.py
|
||||
touch techlibs/ice40/brams_init.mk
|
||||
$(P) cd techlibs/ice40 && python brams_init.py
|
||||
$(Q) touch techlibs/ice40/brams_init.mk
|
||||
|
||||
techlibs/ice40/brams_init1.vh: techlibs/ice40/brams_init.mk
|
||||
techlibs/ice40/brams_init2.vh: techlibs/ice40/brams_init.mk
|
||||
|
|
|
@ -10,8 +10,8 @@ EXTRA_OBJS += techlibs/xilinx/brams_init.mk
|
|||
.SECONDARY: techlibs/xilinx/brams_init.mk
|
||||
|
||||
techlibs/xilinx/brams_init.mk: techlibs/xilinx/brams_init.py
|
||||
cd techlibs/xilinx && python brams_init.py
|
||||
touch techlibs/xilinx/brams_init.mk
|
||||
$(P) cd techlibs/xilinx && python brams_init.py
|
||||
$(Q) touch techlibs/xilinx/brams_init.mk
|
||||
|
||||
techlibs/xilinx/brams_init_36.vh: techlibs/xilinx/brams_init.mk
|
||||
techlibs/xilinx/brams_init_32.vh: techlibs/xilinx/brams_init.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue