NameDateSize

..07-Mar-20184 KiB

README_TLM.txtH A D18-May-20171 KiB

sysc/H18-May-20174 KiB

systemcH A D18-May-20174.4 KiB

systemc.hH A D18-May-20178.6 KiB

tlmH A D18-May-20171.4 KiB

tlm.hH A D18-May-20171,003

tlm_core/H18-May-20174 KiB

tlm_utils/H18-May-20174 KiB

README_TLM.txt

1
2TLM-2.0 standard header files
3=============================
4	
5Dir: include/
6
7SubDirs: tlm_core/
8           tlm_1/
9           tlm_2/
10	 tlm_utils/
11
12Files: README.txt
13       tlm
14       tlm.h
15
16
17Comments
18========
19
20To use the TLM-2.0 interoperability standard, a user should only include the tlm
21or tlm.h header file. The same holds for the TLM-1.0 implementation that is
22included as part of this kit; only include tlm or tlm.h. These header files
23refer to all the header files within the tlm_core/ subdirectory, everything
24within tlm or tlm.h is contained in the tlm namespace.
25
26The tlm_utils subdirectory contains a set of additional definitions supported 
27by the TLM-2.0 standard, but which are not part of the interoperability
28requirements. It contains ease-of-use and convenience implementations for the 
29interoperability standard. All objects defined in the tlm_utils directory are 
30contained in the tlm_util namespace.
31
32See the README.txt files in the subdirectories for an explanation of the 
33internal organization of the header files.
34