Forum Discussion
Hi,
You may refer to https://www.intel.com/content/www/us/en/docs/programmable/730191/25-1/step-1-generate-gate-level-netlists.html for the steps to generate the .vho file.
Regards,
Alan
Hi,
I ran EDA Netlist writer but only generated top level module vho file
not IP module .vho file.
Is there option to do this?
- AlanCLTan4 months ago
Occasional Contributor
Hi,
Please ensure IP Generation is complete. Make sure the IP core has been fully generated using the IP Catalog. This process should create the necessary simulation files.
1. Use the EDA Netlist Writer
Quartus uses the EDA Netlist Writer to generate simulation files like .vho (VHDL Output). For configuration steps:- Go to Assignments > Settings > EDA Tool Settings > Simulation.
- Choose ModelSim-Altera as the tool.
- Set the Format to VHDL.
- Under Output, ensure Generate simulation netlist is checked.
2. After setting up the simulation tool:
Go to Tools > Run EDA Simulation Tool > RTL Simulation or manually run the EDA Netlist Writer via:
quartus_eda --simulation <project_name>
This typically generates the .vho file for the top-level design. However, if you need the .vho for the IP module itself, you may need to:
Open the IP folder (usually under ip/<ip_name>/simulation/). Look for .vho or regenerate using the IP generation tool with simulation files enabled.
Best regards,
Alan Tan