vhd2vl icon indicating copy to clipboard operation
vhd2vl copied to clipboard

undefined type 'string'

Open DarkC343 opened this issue 5 years ago • 1 comments

Dear developer, I need to convert a VHDL file to verilog. I use ./vhd2vl tb_fracn09.vhd tb_fracn09.v command for conversion. I got this error. ERROR (line 17): undefined type 'string'. What should I do now? In advance, that VHDL file is tested and works.

DarkC343 avatar Jun 10 '19 15:06 DarkC343

One thing I found effective is replacing it with integers or booleans, depending on the usage. In my case, it was just used in if statements for configuration of the circuit.

vedadux avatar Apr 02 '21 11:04 vedadux