]> Joshua Wise's Git repositories - poslink.git/blobdiff - Makefile
whoops.
[poslink.git] / Makefile
index 7763ba5378f1978733e3db0744ea8af42756f9ff..f6ef7b25e5219cf7b31137f1e8e36382f54f581f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ BITGEN_OPTS = \
        -g DonePipe:No \
        -g DriveDone:No
 
-fpga_target: $(TARGET).vm6
+fpga_target: $(TARGET).jed
 
 $(TARGET).ngc: $(TARGET).xst $(VLOGS_ALL)
        @mkdir -p xst/projnav.tmp
@@ -42,7 +42,10 @@ $(TARGET).ngd: $(TARGET).ngc $(TARGET).ucf
        ngdbuild -dd _ngo -uc $(TARGET).ucf -nt timestamp -p $(CHIP) "$(TARGET).ngc" $(TARGET).ngd
 
 $(TARGET).vm6: $(TARGET).ngd
-       cpldfit -p $(CHIP) -power std $(TARGET).ngd -inputs 10 
+       cpldfit -p $(CHIP) -power std $(TARGET).ngd -inputs 12 -pterms 10 
+
+$(TARGET).jed: $(TARGET).vm6
+       hprep6 -i $(TARGET).vm6
 
 $(TARGET)_map.ncd: $(TARGET).ngd
        map -p $(CHIP) -cm area -pr off -k 4 -c 100 -o $(TARGET)_map.ncd $(TARGET).ngd $(TARGET).pcf
This page took 0.02069 seconds and 4 git commands to generate.