文件名称:TLM-2005-04-08_ori
介绍说明--下载内容均来自于网络,请自行研究使用
TLM 1.0
The files in this directory encapsulate the basic protocol for the user.
They translate between user recognisable functions such as read() and write() to transport layer functions such as transport(). The user need never know about the implementation of the basic protocol.
The definition of the basic protocol is in basic_protocol.h. There are two features which make this protocol "routable" : get_address() in basic_request and the default constructor in basic_reponse.
basic_initiator_port is for code writers on the master side. It supplies convenient read/write functions to the basic protocol.
basic_slave_base is the base class from which all basic protocol slaves should inherit. It implements transport(), unpacks the basic requests and responses, but leaves the read and write functions for the user to implement.
-TLM 1.0
The files in this directory encapsulate the basic protocol for the user.
They translate between user recognisable functions such as read() and write() to transport layer functions such as transport(). The user need never know about the implementation of the basic protocol.
The definition of the basic protocol is in basic_protocol.h. There are two features which make this protocol "routable" : get_address() in basic_request and the default constructor in basic_reponse.
basic_initiator_port is for code writers on the master side. It supplies convenient read/write functions to the basic protocol.
basic_slave_base is the base class from which all basic protocol slaves should inherit. It implements transport(), unpacks the basic requests and responses, but leaves the read and write functions for the user to implement.
The files in this directory encapsulate the basic protocol for the user.
They translate between user recognisable functions such as read() and write() to transport layer functions such as transport(). The user need never know about the implementation of the basic protocol.
The definition of the basic protocol is in basic_protocol.h. There are two features which make this protocol "routable" : get_address() in basic_request and the default constructor in basic_reponse.
basic_initiator_port is for code writers on the master side. It supplies convenient read/write functions to the basic protocol.
basic_slave_base is the base class from which all basic protocol slaves should inherit. It implements transport(), unpacks the basic requests and responses, but leaves the read and write functions for the user to implement.
-TLM 1.0
The files in this directory encapsulate the basic protocol for the user.
They translate between user recognisable functions such as read() and write() to transport layer functions such as transport(). The user need never know about the implementation of the basic protocol.
The definition of the basic protocol is in basic_protocol.h. There are two features which make this protocol "routable" : get_address() in basic_request and the default constructor in basic_reponse.
basic_initiator_port is for code writers on the master side. It supplies convenient read/write functions to the basic protocol.
basic_slave_base is the base class from which all basic protocol slaves should inherit. It implements transport(), unpacks the basic requests and responses, but leaves the read and write functions for the user to implement.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TLM-2005-04-08_ori\docs
..................\....\intro_tlm.ppt
..................\....\tlm_wg_march04.ppt
..................\....\tlm_whitepaper.doc
..................\examples
..................\........\basic_protocol
..................\........\..............\basic_initiator_port.h
..................\........\..............\basic_protocol.h
..................\........\..............\basic_slave_base.h
..................\........\..............\README
..................\........\example_3_2
..................\........\...........\main.cc
..................\........\...........\Makefile
..................\........\example_3_3
..................\........\...........\main.cc
..................\........\...........\Makefile
..................\........\...........\mem_fifo_slave.cc
..................\........\...........\mem_fifo_slave.h
..................\........\example_3_4
..................\........\...........\bus_types.h
..................\........\...........\main.cc
..................\........\...........\Makefile
..................\........\...........\reset.cc
..................\........\...........\reset.h
..................\........\...........\slave.cc
..................\........\...........\slave.h
..................\........\...........\transactor.cc
..................\........\...........\transactor.h
..................\........\example_3_5
..................\........\...........\main.cc
..................\........\...........\Makefile
..................\........\...........\master.cc
..................\........\...........\master.h
..................\........\...........\reset.cc
..................\........\...........\reset.h
..................\........\...........\slave.cc
..................\........\...........\slave.h
..................\........\example_4_1
..................\........\...........\main.cc
..................\........\...........\Makefile
..................\........\...........\master.iport.map
..................\........\example_4_2
..................\........\...........\main.cc
..................\........\...........\Makefile
..................\........\example_4_3
..................\........\...........\main.cc
..................\........\...........\Makefile
..................\........\...........\mem_fifo_slave.cc
..................\........\...........\mem_fifo_slave.h
..................\........\example_4_4
..................\........\...........\bus_types.h
..................\........\...........\Makefile
..................\........\...........\pipelined_master.cc
..................\........\...........\pipelined_master.h
..................\........\...........\pipelined_slave.cc
..................\........\...........\pipelined_slave.h
..................\........\...........\test.cc
..................\........\example_5_1
..................\........\...........\main.cc
..................\........\...........\Makefile
..................\........\...........\master.iport.map
..................\........\example_5_2
..................\........\...........\main.cc
..................\........\...........\Make.dep
..................\........\...........\Makefile
..................\........\...........\router0.map
..................\........\...........\router1.map
..................\........\Makefile
..................\........\pipelined_protocol
..................\........\..................\pipelined_protocol.h
..................\........\..................\pipelined_protocol.h.bak
..................\........\README
..................\........\user
..................\........\....\bus_types.h
..................\........\....\master.cc
..................\........\....\master.h
..................\........\....\master.h.bak
..................\........\....\mem_slave.cc
..................\........\....\mem_slave.h
..................\........\....\mem_slave.h.bak
..................\........\....\switch_master.cc
..................\........\....\switch_master.h
..................\tlm
..................\...\README
..................\...\systemc.h
..................\...\tlm.h
............