3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Verific build fixes

This commit is contained in:
Clifford Wolf 2015-05-17 08:19:52 +02:00
parent c2f30e0de4
commit 61512b6f41
5 changed files with 7 additions and 7 deletions

View file

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

View file

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