#Auto generated by Edalize

all: test_oxide_0.bit

test_oxide_0.json: edalize_yosys_template.tcl
	$(EDALIZE_LAUNCHER) yosys -l yosys.log -p 'tcl edalize_yosys_template.tcl'

test_oxide_0.fasm: test_oxide_0.json
	$(EDALIZE_LAUNCHER) nextpnr-nexus -l next.log --device LIFCL-40-9BG400CES a few nextpnr_options --pdc pdc_constraint_file.pdc --json test_oxide_0.json --fasm test_oxide_0.fasm

build-gui: test_oxide_0.json
	$(EDALIZE_LAUNCHER) nextpnr-nexus -l next.log --device LIFCL-40-9BG400CES a few nextpnr_options --pdc pdc_constraint_file.pdc --json test_oxide_0.json --fasm test_oxide_0.fasm --gui

test_oxide_0.bit: test_oxide_0.fasm
	$(EDALIZE_LAUNCHER) prjoxide pack test_oxide_0.fasm test_oxide_0.bit
