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

Subversion Repositories nocmodel

[/] [nocmodel/] [trunk/] [nocmodel/] [__init__.py] - Diff between revs 2 and 4

Show entire file | Details | Blame | View Log

Rev 2 Rev 4
Line 3... Line 3...
 
 
#
#
# NoCmodel package
# NoCmodel package
#
#
# Author:  Oscar Diaz
# Author:  Oscar Diaz
# Version: 0.1
# Version: 0.2
# Date:    03-03-2011
# Date:    05-07-2012
 
 
#
#
# This code is free software; you can redistribute it and/or
# This code is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# License as published by the Free Software Foundation; either
Line 27... Line 27...
 
 
#
#
# Changelog:
# Changelog:
#
#
# 03-03-2011 : (OD) initial release
# 03-03-2011 : (OD) initial release
 
# 14-03-2011 : (OD) support for code generation 
#
#
 
 
"""
"""
================
================
NoCmodel package
NoCmodel package
Line 38... Line 39...
 
 
This package includes:
This package includes:
 
 
* Module noc_base: NoCmodel Base Objects
* Module noc_base: NoCmodel Base Objects
* Module noc_guilib: NoCmodel Graphic utilities
* Module noc_guilib: NoCmodel Graphic utilities
* Module noc_tlm_base: NoCmodel TLM simulation support
* Module noc_tbm_base: NoCmodel TBM simulation support
* Module noc_tlm_utils: helper functions for TLM simulation
* Module noc_tbm_utils: helper functions for TBM simulation
 
* Module noc_codegen_base: NoCmodel base for code generation support
 
* Module noc_codegen_vhdl: VHDL support for code generation
 
* Module noc_helpers: Utility functions
* Package basicmodels: basic examples of NoC objects (not imported by default)
* Package basicmodels: basic examples of NoC objects (not imported by default)
"""
"""
 
 
# required modules
# required modules
import networkx as nx
import networkx as nx
 
 
# provided modules
# provided modules
from noc_base import *
from noc_base import *
from noc_guilib import *
from noc_guilib import *
from noc_tlm_base import *
from noc_tbm_base import *
from noc_tlm_utils import *
from noc_tbm_utils import *
 
from noc_rtl_myhdl import *
 
from noc_codegen_base import *
 
from noc_codegen_vhdl import *
 
from noc_helpers import *
 
 
__version__ = "0.1"
__version__ = "0.2"
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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