socgen :: Overview
Project maintainers
Details
Name: socgen
Created: Mar 9, 2010
Updated: Oct 18, 2011
SVN Updated: Dec 13, 2011
SVN: Browse
Latest version: download
Statistics: View
Other project properties
Category: Testing / Verification
Language: Verilog
Development status: Alpha
Additional info:
none
WishBone Compliant: No
License: LGPL
Description
opensource eda design for reuse toolset
This a laboratory for developing a complete design for reuse tool set. It will change frequently at my whim. Stable releases will be copied to the socgen project on sourceforge.
Installation and usage
Socgen has been updated to support Ubuntu 11.04
It currently has designs for a M6502 soc and a picmicro soc
To try out the socgen design environment you must first download the project and install any needed tools:
svn co --username [user] --password [passwd] http://opencores.org/ocsvn/socgen/socgen/trunk socgen
cd socgen/tools/install/Ubuntu_11.04
make install
cvs -d:pserver:anonymous@crasm.cvs.sourceforge.net:/cvsroot/crasm login; (M6502 assembler)
cvs -z3 -d:pserver:anonymous@crasm.cvs.sourceforge.net:/cvsroot/crasm co -P crasm;
cd crasm;
make all;
cp src/crasm ~/bin;
reboot (if ~/bin is not in your PATH)
cd socgen
make workspace ( builds a composite directory in socgen/work)
make build_sw ( builds hardware and software )
make run_sims ( runs test suite with dump files , linting and code coverage)
make build_fpgas ( builds fpgas if you have xilinx webpack installed)
