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

Subversion Repositories socgen

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 66 to Rev 67
    Reverse comparison

Rev 66 → Rev 67

/socgen/trunk/tools/install/Ubuntu_10.10/Makefile
13,7 → 13,9
mkdir ~/bin;\
cp ../../bin/* ~/bin;\
sudo apt-get install -y subversion;\
sudo apt-get install -y cvs;\
sudo apt-get install -y k3b;\
sudo apt-get install -y geda;\
sudo apt-get install -y emacs;\
sudo apt-get install -y seamonkey;\
sudo apt-get install -y libverilog-perl;\
24,7 → 26,6
sudo apt-get install -y gputils;\
sudo apt-get install -y gtkterm;\
sudo apt-get install -y gtkwave;\
sudo apt-get install -y crasm;\
sudo apt-get install -y eclipse;\
sudo apt-get install -y perl-tk;\
sudo apt-get install -y perl-doc;\
/socgen/trunk/tools/install/Fedora_13/Readme.txt
3,9 → 3,13
su
yum groupinstall 'Electronic Lab'
yum install perl-XML-LibXML
yum install wget
yum install patch
 
(logout from root)
 
cd ../crasm
make all
 
 
chmod 755 ../../bin/* ;\
15,7 → 19,7
cd socgen
make build_soc
make run_sims
make build_fgpas ( if you have xilinx webpack 11.5 installed)
make build_fgpas ( if you have xilinx webpack 12.3 installed)
 
 
 
/socgen/trunk/tools/install/Ubuntu_10.4/Makefile
20,7 → 20,6
sudo apt-get install -y gputils;\
sudo apt-get install -y gtkterm;\
sudo apt-get install -y gtkwave;\
sudo apt-get install -y crasm;\
sudo apt-get install -y eclipse;\
sudo apt-get install -y perl-tk;\
sudo apt-get install -y perl-doc;\
/socgen/trunk/tools/install/crasm/Makefile
3,14 → 3,16
CUR_DIR=$(shell pwd)
home=$(CUR_DIR)/..
 
all: msp430
all: crasm
 
.PHONY msp430:
msp430:
.PHONY crasm:
crasm:
(\
cvs -d:pserver:anonymous@crasm.cvs.sourceforge.net:/cvsroot/crasm login;\
cvs -z3 -d:pserver:anonymous@crasm.cvs.sourceforge.net:/cvsroot/crasm co -P crasm;\
cd crasm;\
make all;\
cp src/crasm ~/bin;\
)
 
 
/socgen/trunk/doc/src/png/data_fig2.png Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream

powered by: WebSVN 2.1.0

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