vhd2vl icon indicating copy to clipboard operation
vhd2vl copied to clipboard

VHDL-2008 initialization not handled

Open trayres opened this issue 6 years ago • 0 comments

signal douta_ram0 : std_logic_vector(31 downto 0) := 32D"0";

Lines like this return:

syntax error, unexpected NAME at "D" in line 82.

Is there a way to handle the VHDL-2008 init of signals by adding a rule for it?

trayres avatar Sep 13 '18 16:09 trayres