move ucf constraints into .ship files
[fleet.git] / Makefile
index 8e07843..306b442 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -201,6 +201,7 @@ synth:
        echo '-g Persist:No' >> build/fpga/main.ut
 
        $(xilinx_ise)xst      -intstyle xflow -ifn main.xst -ofn main.syr < main.xst
+       cat build/fpga/*.ucf > build/fpga/main.ucf
        $(xilinx_ise)ngdbuild -intstyle xflow -aul -dd _ngo -nt timestamp -uc main.ucf -p $(device) main.ngc main.ngd
        $(xilinx_ise)map      -intstyle xflow -ol ${effort} -p $(device) -pr b -cm area -o main_map.ncd main.ngd main.pcf
        $(xilinx_ise)par      -intstyle xflow -ol ${effort} -w main_map.ncd main.ncd main.pcf