summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2017-12-30 17:51:49 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2017-12-30 18:34:50 -0600
commit8c9f1099391f9c158b678d9a2259754ac64adc78 (patch)
treec9aba8007acf600935fc64fde901cb4c815b6a31 /Makefile
parent0b1c5059e5655f31a3d9c229ea5821ece9aee052 (diff)
downloadtalos-system-fpga-8c9f1099391f9c158b678d9a2259754ac64adc78.tar.gz
talos-system-fpga-8c9f1099391f9c158b678d9a2259754ac64adc78.zip
Remove spurious power_sequencer.v file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud