CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程

文件名称:vh2sc

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

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

将VHDL转换为C的软件

将VHDL转换为C的软件-VH2SC is a free basic VHDL to SystemC converter. The converter handles a small subset of Synthesisable VHDL 87/93 language constructs. The current version translates all VHDL IEEE types to sc_int/sc_uint/integers and booleans this in order to maximise performance. The aim of the converter is to produce a cycle accurate model of synthesisable VHDL code. The converter runs on Windows



Example1: Simple counter



Convert the counter.vhd file to SystemC,

c:VHDL2SystemCexample1>vh2sc-v-mti count.vhd



VH2SC-> VHDL to SystemC Converter

Ver 0.21** Alpha Release** (c)HT-Lab 2007



SQLite Version : 3.3.13

Parsing File : count.vhd



Line 9** Info : library ieee ignored

Line 28** Info : VH2SC Translation Disabled

Line 32** Info : VH2SC Translation Re-Enabled

Line 37** Info : process() translated to process_line37



Writing Header File : cnt.h

Writing C++ File : cnt.cpp

** Info : Modelsim SC_MODULE_EXPORT(cnt) macro added





The-v is a verbose flag and-mti is requi
相关搜索: systemC vh2sc systemC model

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

下载文件列表

vhdl2SystemC/AStyle.exe
vhdl2SystemC/example1/
vhdl2SystemC/example1/cnt.cpp
vhdl2SystemC/example1/cnt.h
vhdl2SystemC/example1/cnt.sql
vhdl2SystemC/example1/count.vhd
vhdl2SystemC/example1/count_tb.vhd
vhdl2SystemC/example2/
vhdl2SystemC/example2/Modelsim/
vhdl2SystemC/example2/Modelsim/run.bat
vhdl2SystemC/example2/rtl/
vhdl2SystemC/example2/rtl/AES_ecb_top.vhd
vhdl2SystemC/example2/rtl/AES_ecb_top_tb.vhd
vhdl2SystemC/example2/rtl/aes_encdec_struct.vhd
vhdl2SystemC/example2/rtl/aes_fsm_fsm.vhd
vhdl2SystemC/example2/rtl/aes_keygen_struct.vhd
vhdl2SystemC/example2/rtl/aes_lut_struct.vhd
vhdl2SystemC/example2/rtl/AES_pack.vhd
vhdl2SystemC/example2/rtl/AES_pack_body.vhd
vhdl2SystemC/example2/rtl/AES_top_tester.vhd
vhdl2SystemC/example2/rtl/dkeylogic_rtl.vhd
vhdl2SystemC/example2/rtl/ekeyfsm_fsm.vhd
vhdl2SystemC/example2/rtl/ekeylogic_rtl_mod.vhd
vhdl2SystemC/example2/rtl/enclogic_rtl11.vhd
vhdl2SystemC/example2/rtl/Forward_Table.vhd
vhdl2SystemC/example2/rtl/FSb_table.vhd
vhdl2SystemC/example2/rtl/keymem_struct.vhd
vhdl2SystemC/example2/rtl/Reverse_Table.vhd
vhdl2SystemC/example2/rtl/RSb_table.vhd
vhdl2SystemC/example2/rtl/ssram_rtl.vhd
vhdl2SystemC/example2/SystemC/
vhdl2SystemC/example2/SystemC/aes_ecb_top.cpp
vhdl2SystemC/example2/SystemC/AES_ecb_top.h
vhdl2SystemC/example2/SystemC/aes_encdec.cpp
vhdl2SystemC/example2/SystemC/aes_encdec.h
vhdl2SystemC/example2/SystemC/aes_fsm.cpp
vhdl2SystemC/example2/SystemC/aes_fsm.h
vhdl2SystemC/example2/SystemC/aes_keygen.cpp
vhdl2SystemC/example2/SystemC/aes_keygen.h
vhdl2SystemC/example2/SystemC/aes_logic.cpp
vhdl2SystemC/example2/SystemC/aes_logic.h
vhdl2SystemC/example2/SystemC/aes_lut.cpp
vhdl2SystemC/example2/SystemC/aes_lut.h
vhdl2SystemC/example2/SystemC/dkeylogic.cpp
vhdl2SystemC/example2/SystemC/dkeylogic.h
vhdl2SystemC/example2/SystemC/ekeyfsm.cpp
vhdl2SystemC/example2/SystemC/ekeyfsm.h
vhdl2SystemC/example2/SystemC/ekeylogic.cpp
vhdl2SystemC/example2/SystemC/ekeylogic.h
vhdl2SystemC/example2/SystemC/fsb_table.cpp
vhdl2SystemC/example2/SystemC/FSb_table.h
vhdl2SystemC/example2/SystemC/ft_table.cpp
vhdl2SystemC/example2/SystemC/FT_table.h
vhdl2SystemC/example2/SystemC/keymem.cpp
vhdl2SystemC/example2/SystemC/keymem.h
vhdl2SystemC/example2/SystemC/rsb_table.cpp
vhdl2SystemC/example2/SystemC/RSb_table.h
vhdl2SystemC/example2/SystemC/rt_table.cpp
vhdl2SystemC/example2/SystemC/RT_table.h
vhdl2SystemC/example2/SystemC/run.bat
vhdl2SystemC/example2/SystemC/ssram.cpp
vhdl2SystemC/example2/SystemC/ssram.h
vhdl2SystemC/example3/
vhdl2SystemC/example3/rtl/
vhdl2SystemC/example3/rtl/addsub.vhd
vhdl2SystemC/example3/rtl/atan32.vhd
vhdl2SystemC/example3/rtl/cordic.vhd
vhdl2SystemC/example3/rtl/cordic_pkg.vhd
vhdl2SystemC/example3/rtl/cordic_tb.vhd
vhdl2SystemC/example3/rtl/fsm.vhd
vhdl2SystemC/example3/rtl/shiftn.vhd
vhdl2SystemC/example3/SystemC/
vhdl2SystemC/example3/SystemC/addsub.cpp
vhdl2SystemC/example3/SystemC/addsub.h
vhdl2SystemC/example3/SystemC/atan32.cpp
vhdl2SystemC/example3/SystemC/atan32.h
vhdl2SystemC/example3/SystemC/cordic.cpp
vhdl2SystemC/example3/SystemC/cordic.h
vhdl2SystemC/example3/SystemC/cordic_pkg.cpp
vhdl2SystemC/example3/SystemC/cordic_pkg.h
vhdl2SystemC/example3/SystemC/cordic_pkg.sql
vhdl2SystemC/example3/SystemC/fsm.cpp
vhdl2SystemC/example3/SystemC/fsm.h
vhdl2SystemC/example3/SystemC/run.bat
vhdl2SystemC/example3/SystemC/shiftn.cpp
vhdl2SystemC/example3/SystemC/shiftn.h
vhdl2SystemC/readme.txt
vhdl2SystemC/vh2sc.exe
vhdl2SystemC/vh2sc_license.txt
vhdl2SystemC/
vhdl2SystemC/libpcre-0.dll

相关说明

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

相关评论

暂无评论内容.

发表评论

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