diff options
Diffstat (limited to 'hw_altium_livedesign/bsp/build.sh')
-rw-r--r-- | hw_altium_livedesign/bsp/build.sh | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/hw_altium_livedesign/bsp/build.sh b/hw_altium_livedesign/bsp/build.sh deleted file mode 100644 index 9a3f4ee..0000000 --- a/hw_altium_livedesign/bsp/build.sh +++ /dev/null @@ -1,31 +0,0 @@ -# need project files: -# top.xst -# top.prj -# top.ut - -# need Xilinx tools: -# xst -# ngdbuild -# map -# par -# trce -# bitgen - -echo "########################" -echo "generate build directory" -mkdir build -cd build -mkdir tmp - -echo "###############" -echo "start processes" -xst -ifn "../top.xst" -ofn "top.syr" -ngdbuild -dd _ngo -nt timestamp -uc ../altium-livedesign-xc3s1000.ucf -p xc3s1000-fg456-4 top.ngc top.ngd -map -p xc3s1000-fg456-4 -cm area -ir off -pr off -c 100 -o top_map.ncd top.ngd top.pcf -par -w -ol high -t 1 top_map.ncd top.ncd top.pcf -trce -v 3 -s 4 -n 3 -fastpaths -xml top.twx top.ncd -o top.twr top.pcf -bitgen -f ../top.ut top.ncd - -echo "###########" -echo "get bitfile" -cp top.bit .. |