S
Steven Derrien
Hi folks,
Don't really know if it's the right place to ask, but I'm having
difficulties simulating a mixed systemC/VHDL model using Modelsim.
I have a simple VHDL testbench which instanciates the systemC module
(I used vgencomp to avoid port type/name mismatch). Whe I statrt the
simutlaion I get a "Constructor for SystemC module 'xr16_sc' not found"
error message.
Here is my Modelsim command log :
# Model Technology ModelSim SE vcom 6.2a Compiler 2006.06 Jun 16 2006
# -- Loading package standard
[...]
# -- Loading entity xr16_sc
#
# Exported modules:
# XR16_SC
# ** Note: (vsim-3812) Design is being optimized...
# ** Error: (vopt-3677) Constructor for SystemC module 'xr16_sc' not found.
# ** Error: Vopt Compiler exiting.
# Error loading design
Any hints ?
Thank in advance.
Don't really know if it's the right place to ask, but I'm having
difficulties simulating a mixed systemC/VHDL model using Modelsim.
I have a simple VHDL testbench which instanciates the systemC module
(I used vgencomp to avoid port type/name mismatch). Whe I statrt the
simutlaion I get a "Constructor for SystemC module 'xr16_sc' not found"
error message.
Here is my Modelsim command log :
E:/projects/RDISK/filter_image/vhdl_rdisk/xr16_sc_tb.vhdvcom -reportprogress 300 -work work
# Model Technology ModelSim SE vcom 6.2a Compiler 2006.06 Jun 16 2006
# -- Loading package standard
[...]
# -- Loading entity xr16_sc
# Model Technology ModelSim SE sccom 6.2a compiler 2006.06 Jun 16 2006sccom -I./sc/ sc/xr16.cpp
#
# Exported modules:
# XR16_SC
# Model Technology ModelSim SE sccom 6.2a compiler 2006.06 Jun 16 2006sccom -link
# vsim work.xr16_sc_tbvsim work.xr16_sc_tb
# ** Note: (vsim-3812) Design is being optimized...
# ** Error: (vopt-3677) Constructor for SystemC module 'xr16_sc' not found.
# ** Error: Vopt Compiler exiting.
# Error loading design
Any hints ?
Thank in advance.