Location:
Search - vh2sc
Search list
Description: VHDL to System C translator -VHDL to System C translator
Platform: |
Size: 480256 |
Author: csallon |
Hits:
Description: 将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
Platform: |
Size: 819200 |
Author: whiz |
Hits: