diff options
author | Michael Abed <michaelabed@gmail.com> | 2012-02-16 15:46:19 -0500 |
---|---|---|
committer | Michael Abed <michaelabed@gmail.com> | 2012-02-16 15:46:19 -0500 |
commit | 57738e75e221fe61a8f87270b430c0f1c0b8ead5 (patch) | |
tree | 8ace7cfb1f8b7330e45dad06e4a21efeb2cadd64 /ALU.cmd_log | |
download | ec311-lab1-57738e75e221fe61a8f87270b430c0f1c0b8ead5.tar.gz ec311-lab1-57738e75e221fe61a8f87270b430c0f1c0b8ead5.tar.bz2 ec311-lab1-57738e75e221fe61a8f87270b430c0f1c0b8ead5.zip |
initial commit
Diffstat (limited to 'ALU.cmd_log')
-rwxr-xr-x | ALU.cmd_log | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ALU.cmd_log b/ALU.cmd_log new file mode 100755 index 0000000..de0ed5a --- /dev/null +++ b/ALU.cmd_log @@ -0,0 +1,10 @@ +xst -intstyle ise -ifn "X:/My Documents/ec311/lab1/ALU.xst" -ofn "X:/My Documents/ec311/lab1/ALU.syr"
+ngdbuild -intstyle ise -dd _ngo -nt timestamp -uc ALU.ucf -p xc6slx16-csg324-3 "ALU.ngc" ALU.ngd
+map -intstyle ise -p xc6slx16-csg324-3 -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 ALU_map.ncd ALU.ngd ALU.pcf
+map -intstyle ise -p xc6slx16-csg324-3 -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 ALU_map.ncd ALU.ngd ALU.pcf
+xst -intstyle ise -ifn "X:/My Documents/ec311/lab1/ALU.xst" -ofn "X:/My Documents/ec311/lab1/ALU.syr"
+ngdbuild -intstyle ise -dd _ngo -nt timestamp -uc ALU.ucf -p xc6slx16-csg324-3 "ALU.ngc" ALU.ngd
+map -intstyle ise -p xc6slx16-csg324-3 -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 ALU_map.ncd ALU.ngd ALU.pcf
+par -w -intstyle ise -ol high -mt off ALU_map.ncd ALU.ncd ALU.pcf
+trce -intstyle ise -v 3 -s 3 -n 3 -fastpaths -xml ALU.twx ALU.ncd -o ALU.twr ALU.pcf -ucf ALU.ucf
+bitgen -intstyle ise -f ALU.ut ALU.ncd
|