18 lines
799 B
Bash
Executable File
18 lines
799 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# @todo We need to figure out the dependecies and turn this into a Makefile
|
|
|
|
# mkdir -p xst/projnav.tmp && \
|
|
|
|
# xst -intstyle ise -ifn "/home/tim/Projects/z80/hdmi/syn/main.xst" -ofn "/home/tim/Projects/z80/hdmi/syn/main.syr"
|
|
#
|
|
# ngdbuild -intstyle ise -dd _ngo -sd ../ipcore_dir -nt timestamp -i -p xc6slx9-tqg144-2 main.ngc main.ngd -bm "../ipcore_dir/microblaze_mcs.bmm"
|
|
#
|
|
# map -intstyle ise -p xc6slx9-tqg144-2 -w -logic_opt off -ol high -t 1 -xt 0 -register_duplication off -r 4 -global_opt off -mt off -ir off -pr off -lc off -power off -o main_map.ncd main.ngd main.pcf
|
|
#
|
|
# par -w -intstyle ise -ol high -mt off main_map.ncd main.ncd main.pcf
|
|
#
|
|
# trce -intstyle ise -v 3 -s 2 -n 3 -fastpaths -xml main.twx main.ncd -o main.twr main.pcf
|
|
|
|
bitgen -intstyle ise -f main.ut main.ncd
|