Altera_Forum
Honored Contributor
9 years agothe "signed" type i/o in vhd file disapear when i try to add my new component
hi every one;
i write my own component in vhd and try to add it in qsys, in the component editor, i and my vhd file and click analyze files, it shows 0 errors and 0 warnings. but in the signals & interfaces tab, i can not find the "signed" i/o in vhd files like: S_encoder1_Z_reg_out : out STD_LOGIC_VECTOR(1 downto 0); S_encoder1_AB_for_interpolation_reg_out : out STD_LOGIC_VECTOR(1 downto 0); S_encoder1_period_counter_reg_out : out signed(31 downto 0); the "signed" signal does not appear in signals & interfaces tab, the std_logic and std_logic_vector signals are ok how can i fix this? should i have to change the signed to std_logic_vector?