URL
https://opencores.org/ocsvn/soc_maker/soc_maker/trunk
Subversion Repositories soc_maker
[/] [soc_maker/] [trunk/] [README.md] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
soc_maker
===========
The System-on-Chip (SOC) Maker is a tool to create SOCs
in a simple way.
At the moment, only command line interface (CLI) is supported.
It is intended, that future implementations will allow to
create and manage SOCs with a graphical user interface (GUI).
This software is in a development stage and highly experimental.
Features
--------
* A CLI for easy interaction
* All configuration files are YAML based
(see http://en.wikipedia.org/wiki/YAML)
Examples
--------
No real or useful examples have been tested, yet.
Only a simple script exists: examples/run.txt
Requirements
------------
Install
-------
sudo gem install
Author
------
Original author: Christian Haettich
License
-------
Copyright (C) 2014 Christian Haettich - feddischson [ at ] opencores.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Go to most recent revision | Compare with Previous | Blame | View Log