Altera_Forum
Honored Contributor
14 years agoSome problem to integrate HDL Import block in Advanced design
Hi everyone,
Im facing a nasty problem, im trying to use the HDL Import block in an Advanced design. I have followed both the instructions about how to interface Standard and Advanced blocksets and how to use the HDL import block. In particular I saw that all the in/out ports of the file that we want to integrate in the HDL block must be std_logic or std_logic_vector, before they did not so I have just added support signals in order to convert every in the right type. When I try to run I get the following errors for all the outputs: "Error reported by S-function 'sInOut' in 'c_fsm/fsm/HDL Output1': This data type is not currently supported." "An error occurred while propagating data type 'BIT' from 'c_fsm/fsm/HDLImport', output port 1." I have a two levels design, the lower level with the HDL import block and the HDL In/Out ports, the higher level with the subsystem plus the In/Out ports. Thanks in advance for the help.