kactus2dev icon indicating copy to clipboard operation
kactus2dev copied to clipboard

Configuring VHDL Generator to use entity instantiation.

Open andrewandrepowell opened this issue 3 years ago • 1 comments

Hello!

As the title states, is there a way to configure the VHDL Generator to generate VHDL with entity instantiations (e.g. ff_inst : entity ex_lib.ff(rtl)), instead of component instantiations (e.g. ff_inst : ff)?

andrewandrepowell avatar Oct 11 '22 21:10 andrewandrepowell

Hi Andrew,

Currently only component instantiations are created in VHDL generation. I'll mark this one as a feature request and we'll add the option later.

epekkar avatar Oct 12 '22 05:10 epekkar