tb_cxxrtl Makefile: make synthesis depend on config headers
This commit is contained in:
parent
86fc4e3f2d
commit
d8cc132a49
|
@ -16,7 +16,7 @@ SYNTH_CMD += write_cxxrtl build-$(DOTF)/dut.cpp
|
|||
|
||||
CDEFINES_tb_multicore.f := WIDE_TIMER_IRQ
|
||||
|
||||
build-$(DOTF)/dut.cpp: $(shell listfiles $(DOTF))
|
||||
build-$(DOTF)/dut.cpp: $(shell listfiles $(DOTF)) $(wildcard *.vh)
|
||||
mkdir -p build-$(DOTF)
|
||||
yosys -p '$(SYNTH_CMD)' 2>&1 > build-$(DOTF)/cxxrtl.log
|
||||
|
||||
|
|
Loading…
Reference in New Issue