文件名称: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
将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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.