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 62 to Rev 63
    Reverse comparison

Rev 62 → Rev 63

/socgen/trunk/tools/install/Ubuntu_10.10/README.txt
0,0 → 1,25
===================================================
Installation steps to run socgen on Ubuntu 10.10
===================================================
 
Install ubuntu 10.10
 
sudo apt-get install -y subversion;
 
svn co --username <<>> --password <<>> http://opencores.org/ocsvn/socgen/socgen/trunk socgen;\
 
cd socgen/tools/install/Ubuntu_10.10
 
make install ( adds ~/bin into your $PATH)
 
reboot
 
cd socgen
 
make build_soc
 
make run_sims
 
make build_fpgas (if you have xilinx webpack 11.5 installed)
 
 
/socgen/trunk/tools/install/Ubuntu_10.10/Makefile
0,0 → 1,38
SHELL=/bin/sh
MAKE=make
CUR_DIR=$(shell pwd)
home=$(CUR_DIR)/..
 
all: install
 
 
.PHONY install:
install:
(\
chmod 755 ../../bin/* ;\
mkdir ~/bin;\
cp ../../bin/* ~/bin;\
sudo cp -r ../../etc / ;\
sudo apt-get install -y subversion;\
sudo apt-get install -y libverilog-perl;\
sudo apt-get install -y libxml-libxml-perl;\
sudo apt-get install -y iverilog;\
sudo apt-get install -y covered;\
sudo apt-get install -y gputils;\
sudo apt-get install -y gtkterm;\
sudo apt-get install -y gtkwave;\
sudo apt-get install -y fxload;\
sudo apt-get install -y urjtag;\
sudo apt-get install -y libftdi-dev;\
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;\
sudo apt-get install -y texinfo;\
sudo apt-get install -y libncurses5-dev;\
sudo apt-get install -y build-essential;\
sudo apt-get install -y tkdiff;\
sudo apt-get install -y librxtx-java;\
)
 
 

powered by: WebSVN 2.1.0

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