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

Subversion Repositories nocmodel

[/] [nocmodel/] [trunk/] [README.txt] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 dargor
NoCmodel 0.2
2 2 dargor
============
3
 
4
What is NoCmodel?
5
-----------------
6
 
7
NoCmodel is a Python module for Network-on-Chip modeling, with add-ons for
8
simulation (functional or RTL) and code generation (initially VHDL).
9
 
10
Based on Python language, this module provides a framework for generic modeling
11
of a NoC (IP Core nodes, routers, or channels), and provides some add-ons that
12
extends the model to support design features like functional simulation,
13
RTL simulation, VHDL code generation, etc.
14
 
15
Requirements
16
------------
17
 
18
    * Python (version 2.6 or later)
19
    * NetworkX (version 1.4 or later) [http://networkx.lanl.gov]
20 4 dargor
    * MyHDL (version 0.7 or later) [http://www.myhdl.org]
21 2 dargor
 
22
Installation
23
------------
24
System-wide install:
25
 
26
    python setup.py install
27
 
28
Like a normal Python package, it uses distutils for its installation.
29
Check the distutils documentation in the standard Python library
30
if necessary.
31
 
32
Documentation
33
-------------
34
 
35
Documentation generated by pydoc is available on "src" directory. Also, there's
36
basic examples in "examples" directory.
37
 
38
License
39
-------
40
NoCmodel is available under the LGPL license version 2.1 .  See LICENSE.txt.
41
 
42
Authors
43
-------
44
 
45
* Oscar Diaz 
46
 
47 4 dargor
Last update: Thu, 05 Jul 2012 22:18:47 +0200

powered by: WebSVN 2.1.0

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