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

Subversion Repositories nocmodel

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dargor
NoCmodel 0.1
2
============
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
    * MyHDL (version 0.6 or later) [http://www.myhdl.org]
21
 
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
Last update: Thu, 03 Mar 2011 18:00:20 +0100

powered by: WebSVN 2.1.0

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