OpenCores
URL https://opencores.org/ocsvn/plasma_fpu/plasma_fpu/trunk

Subversion Repositories plasma_fpu

[/] [plasma_fpu/] [trunk/] [create_workspace.sh] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 __alexs__
#!/bin/bash
2
 
3
# create workspace folder
4
if [ ! -d workspace ]; then mkdir workspace; fi
5
 
6
# go to workspace
7
cd workspace
8
 
9
# link all necessary scripts here
10
ln -sf ../test/scripts/run.sh
11
ln -sf ../test/scripts/run.tcl
12
ln -sf ../test/scripts/wave.do
13
ln -sf ../test/scripts/plasma_memory.tcl
14
 
15
# link program data here
16
ln -sf ../test/program/memory_in.mem
17
ln -sf ../test/program/memory_out.mem

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.