From 8c9f1099391f9c158b678d9a2259754ac64adc78 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Sat, 30 Dec 2017 17:51:49 -0600 Subject: Remove spurious power_sequencer.v file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebfddd3..30b70a8 100644 --- a/Makefile +++ b/Makefile @@ -62,8 +62,8 @@ endif system_fpga.ex: system_fpga.int icebox_explain system_fpga.int > system_fpga.ex -system_fpga.blif: main.v power_sequencer.v i2c_slave.v - yosys -l yosys.log -q -p "synth_ice40 -top system_fpga_top -blif system_fpga.blif" main.v power_sequencer.v i2c_slave.v +system_fpga.blif: main.v i2c_slave.v + yosys -l yosys.log -q -p "synth_ice40 -top system_fpga_top -blif system_fpga.blif" main.v i2c_slave.v system_fpga.bin: system_fpga.int cp system_fpga.int system_fpga.bin -- cgit v1.2.1