mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-27 21:48:58 +00:00
Another bugfix for ice40 and xilinx brams_init make rules
This commit is contained in:
parent
aedcfd6fd3
commit
9596fe74de
4 changed files with 9 additions and 9 deletions
|
@ -12,7 +12,7 @@ EXTRA_OBJS += techlibs/ice40/brams_init.mk
|
|||
|
||||
techlibs/ice40/brams_init.mk: techlibs/ice40/brams_init.py
|
||||
$(Q) mkdir -p techlibs/ice40
|
||||
$(P) cd techlibs/ice40 && python $<
|
||||
$(P) python $<
|
||||
$(Q) touch techlibs/ice40/brams_init.mk
|
||||
|
||||
techlibs/ice40/brams_init1.vh: techlibs/ice40/brams_init.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue