#Auto generated by Edalize

all: post_build

pre_build: 

test_vivado_yosys_0.edif: edalize_yosys_template.tcl | pre_build
	$(EDALIZE_LAUNCHER) yosys -l yosys.log -p 'tcl edalize_yosys_template.tcl'

test_vivado_yosys_0.xpr: test_vivado_yosys_0.tcl test_vivado_yosys_0.edif test_vivado_yosys_0.edif
	$(EDALIZE_LAUNCHER) vivado -notrace -mode batch -source test_vivado_yosys_0.tcl

synth: test_vivado_yosys_0.edif

test_vivado_yosys_0.bit: test_vivado_yosys_0_synth.tcl test_vivado_yosys_0_run.tcl | test_vivado_yosys_0.xpr
	$(EDALIZE_LAUNCHER) vivado -notrace -mode batch -source test_vivado_yosys_0_synth.tcl test_vivado_yosys_0_run.tcl test_vivado_yosys_0.xpr

build-gui: test_vivado_yosys_0.xpr
	$(EDALIZE_LAUNCHER) vivado test_vivado_yosys_0.xpr

pgm: test_vivado_yosys_0_pgm.tcl test_vivado_yosys_0.bit
	$(EDALIZE_LAUNCHER) vivado -quiet -nolog -notrace -mode batch -source test_vivado_yosys_0_pgm.tcl -tclargs xc7a35tcsg324-1 test_vivado_yosys_0.bit

post_build: test_vivado_yosys_0.bit

pre_run: 

run: pre_run

post_run: run
