I'm start to work with Synopsys Synplify. Import my Xilinx ISE project (fully work).
Try to run and receive - "No matching overload for to_integer" for this line
rgb(7 downto 0) <= color_lut(result_reg(to_integer(unsigned(x(2 downto 0))-1 )));
What can I do to adopt this piece for Synplify?