URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 136 |
Rev 138 |
Line 105... |
Line 105... |
make clean
|
make clean
|
make
|
make
|
cd ../../sim/rtl_sim/run/
|
cd ../../sim/rtl_sim/run/
|
|
|
# Create links
|
# Create links
|
|
if [ `uname -o` = "Cygwin" ]
|
|
then
|
|
cp $elffile pmem.elf
|
|
cp $verfile stimulus.v
|
|
else
|
ln -s $elffile pmem.elf
|
ln -s $elffile pmem.elf
|
ln -s $verfile stimulus.v
|
ln -s $verfile stimulus.v
|
|
fi
|
|
|
# Make local copy of the openMSP403 configuration file and remove comments
|
# Make local copy of the openMSP403 configuration file and remove comments
|
cp $incfile ./pmem.inc
|
cp $incfile ./pmem.inc
|
sed -i "/^\/\// s,.*,," pmem.inc
|
sed -i "/^\/\// s,.*,," pmem.inc
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.