verilog2vhdl
Newbie level 6

in which library do i get bit_vector subtraction with constant funtion??
can some one give me the code if possible...
the need is i have
SIGNAL O_cnt_xhdl1 : bit_vector(12 DOWNTO 0);
and i want to do
O_cnt_xhdl1 <= O_cnt_xhdl1 - "0000000000001";
I see the error as following in modelsim ...
No feasible entries for infix operator "-".
can some one give me the code if possible...
the need is i have
SIGNAL O_cnt_xhdl1 : bit_vector(12 DOWNTO 0);
and i want to do
O_cnt_xhdl1 <= O_cnt_xhdl1 - "0000000000001";
I see the error as following in modelsim ...
No feasible entries for infix operator "-".