OpenCores
URL https://opencores.org/ocsvn/socgen/socgen/trunk

Subversion Repositories socgen

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /socgen/trunk/tools/bin
    from Rev 130 to Rev 131
    Reverse comparison

Rev 130 → Rev 131

/Makefile.root
65,15 → 65,30
 
 
 
PHONY: xst
xst:
(\
xst -ifn ./Yst -ofn $(Design).log;\
)
 
 
 
 
 
PHONY: fpga
fpga:
(\
xst -ifn ./Yst -ofn $(Design).log;\
ngdbuild -dd _ngo -nt timestamp -p $(Part) -uc ./target/Pad_Ring.ucf $(Design) >>$(Design).log ;\
map -p $(Part) -cm area -ir off -pr off -c 100 -o $(Design)_map.ncd $(Design).ngd $(Design).pcf >>$(Design).log ;\
par -w -ol std -t 1 $(Design)_map.ncd $(Design).ncd $(Design).pcf >>$(Design).log ;\
trce -e 3 -s 5 -xml $(Design) $(Design).ncd -o $(Design).twr $(Design).pcf -ucf ../target/Pad_Ring.ucf >>$(Design).log ;\
netgen -s 5 -pcf $(Design).pcf -sdf_anno true -sdf_path "./gate_sims/par" -insert_glbl true -insert_pp_buffers true -w -dir ./gate_sims/par -ofmt verilog -sim $(Design).ncd $(Design).v >>$(Design).log ;\
)
 
 
PHONY: bitgen
bitgen:
(\
bitgen -f ./target/cclk.ut $(Design).ncd >>$(Design).log ;\
mv $(Design).bit Board_Design_cclk.bit ;\
promgen -w -u 0 Board_Design_cclk >>$(Design).log ; \

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.