![]() |
VHDL to Verilog Conversion - Printable Version +- Alchitry Forums (https://forum.alchitry.com) +-- Forum: Alchitry (https://forum.alchitry.com/forum-1.html) +--- Forum: General Questions (https://forum.alchitry.com/forum-2.html) +--- Thread: VHDL to Verilog Conversion (/thread-244.html) |
VHDL to Verilog Conversion - rrc - 08-22-2020 Hi, does anyone know a good VHDL to Verilog converter? I am using the Alchitry Cu with icestorm/nextpnr. And as yosys only works with Verilog I can not apply my VHDL knowledge. I currently write stuff in Verilog but it is not my language of choice ![]() - RRC RE: VHDL to Verilog conversion - rrc - 08-24-2020 Update: I found this nice piece of software (seems very experimental now): https://github.com/ghdl/ghdl-yosys-plugin I will try it in the next days. - RRC RE: VHDL to Verilog Conversion - rrc - 09-02-2020 UPDATE: I wrote a quick LED counter to test and It works fine: Code: LIBRARY IEEE; I will further try if I can use the PLL etc. directly from VHDL. If there is demand I am now able to write a HowTo (I don't know if anyone else wants to use Icestorm with VHDL ![]() - RRC |