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 27... |
Line 27... |
#
|
#
|
# Author(s):
|
# Author(s):
|
# - Olivier Girard, olgirard@gmail.com
|
# - Olivier Girard, olgirard@gmail.com
|
#
|
#
|
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
# $Rev: 136 $
|
# $Rev: 138 $
|
# $LastChangedBy: olivier.girard $
|
# $LastChangedBy: olivier.girard $
|
# $LastChangedDate: 2012-03-22 22:14:16 +0100 (Thu, 22 Mar 2012) $
|
# $LastChangedDate: 2012-04-23 13:10:00 +0200 (Mon, 23 Apr 2012) $
|
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
|
|
###############################################################################
|
###############################################################################
|
# Parameter Check #
|
# Parameter Check #
|
###############################################################################
|
###############################################################################
|
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.