文件名称:TLM-2005-04-08_ori
-
所属分类:
- 标签属性:
- 上传时间:2013-06-28
-
文件大小:207.98kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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/
TLM-2005-04-08_ori/docs/intro_tlm.ppt
TLM-2005-04-08_ori/docs/tlm_wg_march04.ppt
TLM-2005-04-08_ori/docs/tlm_whitepaper.doc
TLM-2005-04-08_ori/examples/
TLM-2005-04-08_ori/examples/basic_protocol/
TLM-2005-04-08_ori/examples/basic_protocol/basic_initiator_port.h
TLM-2005-04-08_ori/examples/basic_protocol/basic_protocol.h
TLM-2005-04-08_ori/examples/basic_protocol/basic_slave_base.h
TLM-2005-04-08_ori/examples/basic_protocol/README
TLM-2005-04-08_ori/examples/example_3_2/
TLM-2005-04-08_ori/examples/example_3_2/main.cc
TLM-2005-04-08_ori/examples/example_3_2/Makefile
TLM-2005-04-08_ori/examples/example_3_3/
TLM-2005-04-08_ori/examples/example_3_3/main.cc
TLM-2005-04-08_ori/examples/example_3_3/Makefile
TLM-2005-04-08_ori/examples/example_3_3/mem_fifo_slave.cc
TLM-2005-04-08_ori/examples/example_3_3/mem_fifo_slave.h
TLM-2005-04-08_ori/examples/example_3_4/
TLM-2005-04-08_ori/examples/example_3_4/bus_types.h
TLM-2005-04-08_ori/examples/example_3_4/main.cc
TLM-2005-04-08_ori/examples/example_3_4/Makefile
TLM-2005-04-08_ori/examples/example_3_4/reset.cc
TLM-2005-04-08_ori/examples/example_3_4/reset.h
TLM-2005-04-08_ori/examples/example_3_4/slave.cc
TLM-2005-04-08_ori/examples/example_3_4/slave.h
TLM-2005-04-08_ori/examples/example_3_4/transactor.cc
TLM-2005-04-08_ori/examples/example_3_4/transactor.h
TLM-2005-04-08_ori/examples/example_3_5/
TLM-2005-04-08_ori/examples/example_3_5/main.cc
TLM-2005-04-08_ori/examples/example_3_5/Makefile
TLM-2005-04-08_ori/examples/example_3_5/master.cc
TLM-2005-04-08_ori/examples/example_3_5/master.h
TLM-2005-04-08_ori/examples/example_3_5/reset.cc
TLM-2005-04-08_ori/examples/example_3_5/reset.h
TLM-2005-04-08_ori/examples/example_3_5/slave.cc
TLM-2005-04-08_ori/examples/example_3_5/slave.h
TLM-2005-04-08_ori/examples/example_4_1/
TLM-2005-04-08_ori/examples/example_4_1/main.cc
TLM-2005-04-08_ori/examples/example_4_1/Makefile
TLM-2005-04-08_ori/examples/example_4_1/master.iport.map
TLM-2005-04-08_ori/examples/example_4_2/
TLM-2005-04-08_ori/examples/example_4_2/main.cc
TLM-2005-04-08_ori/examples/example_4_2/Makefile
TLM-2005-04-08_ori/examples/example_4_3/
TLM-2005-04-08_ori/examples/example_4_3/main.cc
TLM-2005-04-08_ori/examples/example_4_3/Makefile
TLM-2005-04-08_ori/examples/example_4_3/mem_fifo_slave.cc
TLM-2005-04-08_ori/examples/example_4_3/mem_fifo_slave.h
TLM-2005-04-08_ori/examples/example_4_4/
TLM-2005-04-08_ori/examples/example_4_4/bus_types.h
TLM-2005-04-08_ori/examples/example_4_4/Makefile
TLM-2005-04-08_ori/examples/example_4_4/pipelined_master.cc
TLM-2005-04-08_ori/examples/example_4_4/pipelined_master.h
TLM-2005-04-08_ori/examples/example_4_4/pipelined_slave.cc
TLM-2005-04-08_ori/examples/example_4_4/pipelined_slave.h
TLM-2005-04-08_ori/examples/example_4_4/test.cc
TLM-2005-04-08_ori/examples/example_5_1/
TLM-2005-04-08_ori/examples/example_5_1/main.cc
TLM-2005-04-08_ori/examples/example_5_1/Makefile
TLM-2005-04-08_ori/examples/example_5_1/master.iport.map
TLM-2005-04-08_ori/examples/example_5_2/
TLM-2005-04-08_ori/examples/example_5_2/main.cc
TLM-2005-04-08_ori/examples/example_5_2/Make.dep
TLM-2005-04-08_ori/examples/example_5_2/Makefile
TLM-2005-04-08_ori/examples/example_5_2/router0.map
TLM-2005-04-08_ori/examples/example_5_2/router1.map
TLM-2005-04-08_ori/examples/Makefile
TLM-2005-04-08_ori/examples/pipelined_protocol/
TLM-2005-04-08_ori/examples/pipelined_protocol/pipelined_protocol.h
TLM-2005-04-08_ori/examples/pipelined_protocol/pipelined_protocol.h.bak
TLM-2005-04-08_ori/examples/README
TLM-2005-04-08_ori/examples/user/
TLM-2005-04-08_ori/examples/user/bus_types.h
TLM-2005-04-08_ori/examples/user/master.cc
TLM-2005-04-08_ori/examples/user/master.h
TLM-2005-04-08_ori/examples/user/master.h.bak
TLM-2005-04-08_ori/examples/user/mem_slave.cc
TLM-2005-04-08_ori/examples/user/mem_slave.h
TLM-2005-04-08_ori/examples/user/mem_slave.h.bak
TLM-2005-04-08_ori/examples/user/switch_master.cc
TLM-2005-04-08_ori/examples/user/switch_master.h
TLM-2005-04-08_ori/tlm/
TLM-2005-04-08_ori/tlm/README
TLM-2005-04-08_ori/tlm/systemc.h
TLM-2005-04-08_ori/tlm/tlm.h
TLM-2005-04-08_ori/tlm/tlm_adapters/
TLM-2005-04-08_ori/tlm/tlm_adapters/tlm_adapters.h
TLM-2005-04-08_ori/tlm/tlm_event_finder/
TLM-2005-04-08_ori/tlm/tlm_event_finder/tlm_event_finder.h
TLM-2005-04-08_ori/tlm/tlm_event_finder/tlm_nonblocking_port.h
TLM-2005-04-08_ori/tlm/tlm_fifo/
TLM-2005-04-08_ori/tlm/tlm_fifo/circular_buffer.h
TLM-2005-04-08_ori/tlm/tlm_fifo/tlm_fifo.h
TLM-2005-04-08_ori/tlm/tlm_fifo/tlm_fifo_peek.h
TLM-2005-04-08_ori/tlm/tlm_fifo/tlm_fifo_put_get.h
TLM-2005-04-08_ori/tlm/tlm_fifo/tlm_fifo_resize.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_core_ifs.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_fifo_ifs.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_master_slave_ifs.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_peek_ifs.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_tag.h
TLM-2005-04-08_ori/tlm/tlm_req_rsp/
TLM-2005-04-08_ori/tlm/tlm_req_rsp/tlm_put_get_imp.h
TLM-2005-04-08_ori/tlm/tlm_req_rsp/tlm_req_rsp_channels.h
TLM-2005-04-08_ori/utils/
TLM-2005-04-08_ori
TLM-2005-04-08_ori/docs/intro_tlm.ppt
TLM-2005-04-08_ori/docs/tlm_wg_march04.ppt
TLM-2005-04-08_ori/docs/tlm_whitepaper.doc
TLM-2005-04-08_ori/examples/
TLM-2005-04-08_ori/examples/basic_protocol/
TLM-2005-04-08_ori/examples/basic_protocol/basic_initiator_port.h
TLM-2005-04-08_ori/examples/basic_protocol/basic_protocol.h
TLM-2005-04-08_ori/examples/basic_protocol/basic_slave_base.h
TLM-2005-04-08_ori/examples/basic_protocol/README
TLM-2005-04-08_ori/examples/example_3_2/
TLM-2005-04-08_ori/examples/example_3_2/main.cc
TLM-2005-04-08_ori/examples/example_3_2/Makefile
TLM-2005-04-08_ori/examples/example_3_3/
TLM-2005-04-08_ori/examples/example_3_3/main.cc
TLM-2005-04-08_ori/examples/example_3_3/Makefile
TLM-2005-04-08_ori/examples/example_3_3/mem_fifo_slave.cc
TLM-2005-04-08_ori/examples/example_3_3/mem_fifo_slave.h
TLM-2005-04-08_ori/examples/example_3_4/
TLM-2005-04-08_ori/examples/example_3_4/bus_types.h
TLM-2005-04-08_ori/examples/example_3_4/main.cc
TLM-2005-04-08_ori/examples/example_3_4/Makefile
TLM-2005-04-08_ori/examples/example_3_4/reset.cc
TLM-2005-04-08_ori/examples/example_3_4/reset.h
TLM-2005-04-08_ori/examples/example_3_4/slave.cc
TLM-2005-04-08_ori/examples/example_3_4/slave.h
TLM-2005-04-08_ori/examples/example_3_4/transactor.cc
TLM-2005-04-08_ori/examples/example_3_4/transactor.h
TLM-2005-04-08_ori/examples/example_3_5/
TLM-2005-04-08_ori/examples/example_3_5/main.cc
TLM-2005-04-08_ori/examples/example_3_5/Makefile
TLM-2005-04-08_ori/examples/example_3_5/master.cc
TLM-2005-04-08_ori/examples/example_3_5/master.h
TLM-2005-04-08_ori/examples/example_3_5/reset.cc
TLM-2005-04-08_ori/examples/example_3_5/reset.h
TLM-2005-04-08_ori/examples/example_3_5/slave.cc
TLM-2005-04-08_ori/examples/example_3_5/slave.h
TLM-2005-04-08_ori/examples/example_4_1/
TLM-2005-04-08_ori/examples/example_4_1/main.cc
TLM-2005-04-08_ori/examples/example_4_1/Makefile
TLM-2005-04-08_ori/examples/example_4_1/master.iport.map
TLM-2005-04-08_ori/examples/example_4_2/
TLM-2005-04-08_ori/examples/example_4_2/main.cc
TLM-2005-04-08_ori/examples/example_4_2/Makefile
TLM-2005-04-08_ori/examples/example_4_3/
TLM-2005-04-08_ori/examples/example_4_3/main.cc
TLM-2005-04-08_ori/examples/example_4_3/Makefile
TLM-2005-04-08_ori/examples/example_4_3/mem_fifo_slave.cc
TLM-2005-04-08_ori/examples/example_4_3/mem_fifo_slave.h
TLM-2005-04-08_ori/examples/example_4_4/
TLM-2005-04-08_ori/examples/example_4_4/bus_types.h
TLM-2005-04-08_ori/examples/example_4_4/Makefile
TLM-2005-04-08_ori/examples/example_4_4/pipelined_master.cc
TLM-2005-04-08_ori/examples/example_4_4/pipelined_master.h
TLM-2005-04-08_ori/examples/example_4_4/pipelined_slave.cc
TLM-2005-04-08_ori/examples/example_4_4/pipelined_slave.h
TLM-2005-04-08_ori/examples/example_4_4/test.cc
TLM-2005-04-08_ori/examples/example_5_1/
TLM-2005-04-08_ori/examples/example_5_1/main.cc
TLM-2005-04-08_ori/examples/example_5_1/Makefile
TLM-2005-04-08_ori/examples/example_5_1/master.iport.map
TLM-2005-04-08_ori/examples/example_5_2/
TLM-2005-04-08_ori/examples/example_5_2/main.cc
TLM-2005-04-08_ori/examples/example_5_2/Make.dep
TLM-2005-04-08_ori/examples/example_5_2/Makefile
TLM-2005-04-08_ori/examples/example_5_2/router0.map
TLM-2005-04-08_ori/examples/example_5_2/router1.map
TLM-2005-04-08_ori/examples/Makefile
TLM-2005-04-08_ori/examples/pipelined_protocol/
TLM-2005-04-08_ori/examples/pipelined_protocol/pipelined_protocol.h
TLM-2005-04-08_ori/examples/pipelined_protocol/pipelined_protocol.h.bak
TLM-2005-04-08_ori/examples/README
TLM-2005-04-08_ori/examples/user/
TLM-2005-04-08_ori/examples/user/bus_types.h
TLM-2005-04-08_ori/examples/user/master.cc
TLM-2005-04-08_ori/examples/user/master.h
TLM-2005-04-08_ori/examples/user/master.h.bak
TLM-2005-04-08_ori/examples/user/mem_slave.cc
TLM-2005-04-08_ori/examples/user/mem_slave.h
TLM-2005-04-08_ori/examples/user/mem_slave.h.bak
TLM-2005-04-08_ori/examples/user/switch_master.cc
TLM-2005-04-08_ori/examples/user/switch_master.h
TLM-2005-04-08_ori/tlm/
TLM-2005-04-08_ori/tlm/README
TLM-2005-04-08_ori/tlm/systemc.h
TLM-2005-04-08_ori/tlm/tlm.h
TLM-2005-04-08_ori/tlm/tlm_adapters/
TLM-2005-04-08_ori/tlm/tlm_adapters/tlm_adapters.h
TLM-2005-04-08_ori/tlm/tlm_event_finder/
TLM-2005-04-08_ori/tlm/tlm_event_finder/tlm_event_finder.h
TLM-2005-04-08_ori/tlm/tlm_event_finder/tlm_nonblocking_port.h
TLM-2005-04-08_ori/tlm/tlm_fifo/
TLM-2005-04-08_ori/tlm/tlm_fifo/circular_buffer.h
TLM-2005-04-08_ori/tlm/tlm_fifo/tlm_fifo.h
TLM-2005-04-08_ori/tlm/tlm_fifo/tlm_fifo_peek.h
TLM-2005-04-08_ori/tlm/tlm_fifo/tlm_fifo_put_get.h
TLM-2005-04-08_ori/tlm/tlm_fifo/tlm_fifo_resize.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_core_ifs.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_fifo_ifs.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_master_slave_ifs.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_peek_ifs.h
TLM-2005-04-08_ori/tlm/tlm_interfaces/tlm_tag.h
TLM-2005-04-08_ori/tlm/tlm_req_rsp/
TLM-2005-04-08_ori/tlm/tlm_req_rsp/tlm_put_get_imp.h
TLM-2005-04-08_ori/tlm/tlm_req_rsp/tlm_req_rsp_channels.h
TLM-2005-04-08_ori/utils/
TLM-2005-04-08_ori
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.