vhd2vl
vhd2vl copied to clipboard
Handle VHDL Attributes
attribute ASYNC_REG : string; attribute ASYNC_REG of SYNCHRO_FF_0 : signal is "true"; attribute ASYNC_REG of SYNCHRO_FF_1 : signal is "true";
Causes vhd2vl to barf. Not sure how a fix would look.