build: do not automatically start GTKWave after simulation has finished
This commit is contained in:
parent
6b988087bd
commit
72982a095b
1
Makefile
1
Makefile
|
@ -15,7 +15,6 @@ prog: pixelflut.bit
|
||||||
openFPGALoader -b arty_a7_35t $<
|
openFPGALoader -b arty_a7_35t $<
|
||||||
|
|
||||||
sim: dvi_tb.vcd
|
sim: dvi_tb.vcd
|
||||||
gtkwave $<
|
|
||||||
|
|
||||||
pixelflut.bit: pixelflut.frames
|
pixelflut.bit: pixelflut.frames
|
||||||
xc7frames2bit --part_file "$(XRAY_DATABASE_DIR)/artix7/$(PART)/part.yaml" --part_name $(PART) --frm_file $< --output_file $@
|
xc7frames2bit --part_file "$(XRAY_DATABASE_DIR)/artix7/$(PART)/part.yaml" --part_name $(PART) --frm_file $< --output_file $@
|
||||||
|
|
Loading…
Reference in New Issue