source:
PlatformSupport/SystemACE/wfv4_genace.sh
Last change on this file was 1425, checked in by sgupta, 15 years ago | |
---|---|
|
|
File size: 195 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | GENACE_TCL_FILE = "./warp_genace.tcl" |
4 | BIT_FILE = "./implementation/download.bit" |
5 | |
6 | make -f system.make init_bram && xmd -tcl GENACE_TCL_FILE -hw BIT_FILE -ace system.ace -board wfv4 |
7 |
Note: See TracBrowser
for help on using the repository browser.