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