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

Subversion Repositories plasma_fpu

[/] [plasma_fpu/] [trunk/] [create_workspace.sh] - Rev 2

Compare with Previous | Blame | View Log

#!/bin/bash
 
# create workspace folder
if [ ! -d workspace ]; then mkdir workspace; fi
 
# go to workspace
cd workspace
 
# link all necessary scripts here
ln -sf ../test/scripts/run.sh
ln -sf ../test/scripts/run.tcl
ln -sf ../test/scripts/wave.do
ln -sf ../test/scripts/plasma_memory.tcl
 
# link program data here
ln -sf ../test/program/memory_in.mem 
ln -sf ../test/program/memory_out.mem
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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