source: PlatformSupport/SystemACE/wfv4_genace.sh

Last change on this file was 1425, checked in by sgupta, 14 years ago

systemace scripts

  • Property svn:executable set to *
File size: 195 bytes
Line 
1#!/bin/bash
2
3GENACE_TCL_FILE = "./warp_genace.tcl"
4BIT_FILE = "./implementation/download.bit"
5
6make -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.