kactus2 / kactus2dev

Kactus2 is a graphical EDA tool based on the IP-XACT standard.
https://research.tuni.fi/system-on-chip/tools/
GNU General Public License v2.0
191 stars 34 forks source link

Configuring VHDL Generator to use entity instantiation. #70

Open andrewandrepowell opened 1 year ago

andrewandrepowell commented 1 year ago

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)?

epekkar commented 1 year ago

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.