D
Dan
Guest
I'm trying to simulate an entity that has a boolean output port, but
ModelSim alerts me with this message:
"Types do not match between component and entity for port <port_name>"
(Filename "Name_of_my_entity_timesim.vhd" Line 30)
I opened that file and I notice that the boolean signal is represented as
std_logic_vector (0 downto 0)
?
I worked around the problem using a std_logic type instead of boolean, but I
would like to know about other suggestions.
Is this a known problem when simulating boolean signals?
Thanks,
ModelSim alerts me with this message:
"Types do not match between component and entity for port <port_name>"
(Filename "Name_of_my_entity_timesim.vhd" Line 30)
I opened that file and I notice that the boolean signal is represented as
std_logic_vector (0 downto 0)
?
I worked around the problem using a std_logic type instead of boolean, but I
would like to know about other suggestions.
Is this a known problem when simulating boolean signals?
Thanks,