CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 3G开发

文件名称: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.


(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com