migen icon indicating copy to clipboard operation
migen copied to clipboard

[Feature request] adding FHDL module to synthesizable VHDL support

Open ohault opened this issue 6 months ago • 0 comments

In the current version of Migen, any FHDL module can be converted into synthesizable Verilog HDL. This is accomplished by using the convert function in the migen.fhdl.verilog module.

The goal of this ticket is to develop a module for Migen to provide conversion into synthesizable VHDL.

migen.fhdl.vhdl

ohault avatar May 30 '25 08:05 ohault