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
192 stars 34 forks source link

VHDL generation problems #88

Closed DenizzzGuzell closed 11 months ago

DenizzzGuzell commented 11 months ago

Hi, module instantiations using hierarchy named "add new HW design" can cause problems on VHDL generations. Generated verilogs incluedes module hierarchy interface signals etc. but VHDL is just empty only port signals included.

epekkar commented 11 months ago

The VHDL and Verilog generator work differently here by design. The VHDL generator will generate the hierarchy if run in the HW Design view.

DenizzzGuzell commented 11 months ago

Thank you.