CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程

文件名称:System_Demons

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    520.39kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

0.最简单的SystemC程序:hello, world.

1.用SystemC实现D触发器的例子,同时也演示了如何生成VCD波形文件。

2.用SystemC实现同步FIFO的例子。这个FIFO是从同文件夹的fifo.v(verilog代码)翻译过来的。

3.如何在SystemC中实现延时(类似verilog中的#time)的例子。

4.SystemC文档《User Guide》中的例子。注意和文挡中稍有不同的是修改了packet.h文件,重载了=和<<操作符。这其实也演示了在sc_signal中如何使用用户自定义的struct。

5.构造函数带参数的例子。

6.轮转仲裁的例子。

7.使用类摸板的例子。

8.如何在模块中包含子模块。

9.SystemC的Transaction级验证示例。

10.如何trace一个数组

11.SystemC中使用测试向量文件输入的例子。

12.SystemC采用UDP/TCP通信的例子。

13.Cadence的ncsc的例子。

-0 most simple SystemC program: hello, world.

A D flip-flop using SystemC example also demonstrates how to generate VCD waveform files.

Synchronous FIFO example using SystemC. FIFO is from the same folder fifo.v (Verilog code) translated.

Delay (similar to verilog# time). In SystemC examples.

4.SystemC document the "User Guide" in the example. Note the slightly different cultural block is modified the packet.h file, reload = << operator. In fact, this also demonstrates how to use user-defined struct in sc_signal.

Constructor with parameters example.

(6) examples of web arbitration.

7. The class Moban examples.

8 module contains a sub-module.

9.SystemC of Transaction-Level Verification example.

10 How to trace an array

11.SystemC use the example of the test vector file input.

12.SystemC using the example of the UDP/TCP communication.

Examples of 13.Cadence the ncsc.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

System_Demons/0/Test1.cpp
System_Demons/0/Test1.h
System_Demons/1/dff.vcd
System_Demons/1/dff.wlf
System_Demons/1/main.cpp
System_Demons/1/run.exe
System_Demons/1/transcript
System_Demons/1/vc.bat
System_Demons/1/wlf.BAT
System_Demons/10/main.cpp
System_Demons/10/mem_vcd.vcd
System_Demons/10/mem_vcd.wlf
System_Demons/10/test.dsp
System_Demons/10/test.dsw
System_Demons/10/test.ncb
System_Demons/10/test.plg
System_Demons/10/transcript
System_Demons/10/wlf.BAT
System_Demons/11/read_file1/data
System_Demons/11/read_file1/main.cpp
System_Demons/11/read_file1/read_file.dsp
System_Demons/11/read_file1/read_file.dsw
System_Demons/11/read_file1/read_file.ncb
System_Demons/11/read_file1/read_file.opt
System_Demons/11/read_file1/read_file.plg
System_Demons/11/read_file1.1/data
System_Demons/11/read_file1.1/main.cpp
System_Demons/11/read_file1.1/read_file.dsp
System_Demons/11/read_file1.1/read_file.dsw
System_Demons/11/read_file1.1/read_file.ncb
System_Demons/11/read_file1.1/read_file.opt
System_Demons/11/read_file1.1/read_file.plg
System_Demons/11/read_file1.1/vc.bat
System_Demons/11/read_file2/data
System_Demons/11/read_file2/main.cpp
System_Demons/11/read_file2/read_file.vcd
System_Demons/11/read_file2/read_file.wlf
System_Demons/11/read_file2/test.dsp
System_Demons/11/read_file2/test.dsw
System_Demons/11/read_file2/test.ncb
System_Demons/11/read_file2/test.opt
System_Demons/11/read_file2/test.plg
System_Demons/11/read_file2/transcript
System_Demons/11/read_file3/data
System_Demons/11/read_file3/main.cpp
System_Demons/11/read_file3/read_file.vcd
System_Demons/11/read_file3/read_file.wlf
System_Demons/11/read_file3/test.dsp
System_Demons/11/read_file3/test.dsw
System_Demons/11/read_file3/test.ncb
System_Demons/11/read_file3/test.opt
System_Demons/11/read_file3/test.plg
System_Demons/11/read_file3/transcript
System_Demons/11/说明.txt
System_Demons/12/tcp_sc/main.cpp
System_Demons/12/tcp_sc/main.o
System_Demons/12/tcp_sc/Makefile
System_Demons/12/tcp_sc/run.x
System_Demons/12/tcp_sc2/main.cpp
System_Demons/12/tcp_sc2/main.o
System_Demons/12/tcp_sc2/Makefile
System_Demons/12/tcp_sc2/run.x
System_Demons/12/udp_sc/main.cpp
System_Demons/12/udp_sc/main.o
System_Demons/12/udp_sc/Makefile
System_Demons/12/udp_sc/run.x
System_Demons/13/cds.lib
System_Demons/13/hdl.var
System_Demons/13/Makefile
System_Demons/13/nc_main.cpp
System_Demons/13/说明.txt
System_Demons/2/config.h
System_Demons/2/consumer.h
System_Demons/2/fifo.v
System_Demons/2/main.cpp
System_Demons/2/producer.h
System_Demons/2/sync_fifo.h
System_Demons/2/sync_fifo_new.rar
System_Demons/2/zhuwei_debug.h
System_Demons/3/main.cpp
System_Demons/4/channel.cpp
System_Demons/4/channel.h
System_Demons/4/display.cpp
System_Demons/4/display.h
System_Demons/4/main.cpp
System_Demons/4/packet.cpp
System_Demons/4/packet.h
System_Demons/4/receiver.cpp
System_Demons/4/receiver.h
System_Demons/4/timer.cpp
System_Demons/4/timer.h
System_Demons/4/transmit.cpp
System_Demons/4/transmit.h
System_Demons/4/vc.bat
System_Demons/5/main.cpp
System_Demons/6/1/arbiter.cpp
System_Demons/6/1/arbiter.h
System_Demons/6/1/arbiter_tb.h
System_Demons/6/1/main.cpp
System_Demons/6/1/wlf.BAT
System_Demons/6/2/arbiter.cpp
System_Demons/6/2/arbiter.h
System_Demons/6/2/main.cpp
System_Demons/6/2/output.cpp
System_Demons/6/2/output.h
System_Demons/6/2/说明.doc
System_Demons/7/main.cpp
System_Demons/8/readme.txt
System_Demons/8/test1/main.cpp
System_Demons/8/test2/main.cpp
System_Demons/9/main.cpp
System_Demons/vc.bat
System_Demons/wlf.BAT
System_Demons/说明.txt
System_Demons/11/read_file1
System_Demons/11/read_file1.1
System_Demons/11/read_file2
System_Demons/11/read_file3
System_Demons/12/tcp_sc
System_Demons/12/tcp_sc2
System_Demons/12/udp_sc
System_Demons/6/1
System_Demons/6/2
System_Demons/8/test1
System_Demons/8/test2
System_Demons/0
System_Demons/1
System_Demons/10
System_Demons/11
System_Demons/12
System_Demons/13
System_Demons/2
System_Demons/3
System_Demons/4
System_Demons/5
System_Demons/6
System_Demons/7
System_Demons/8
System_Demons/9
System_Demons

相关说明

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

相关评论

暂无评论内容.

发表评论

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