Altera_Forum
Honored Contributor
16 years agoUsing vho file with cadence tools
Hello,
I am running into problems while trying to simulate a very simple design ( the design just consist of a vhd file generated by quartus to use a simple PLL ( one clock input, one clock output) ) to have some insights about how to simulate a design compiled with quartusII into the cadence tools. Here is the situation:I am using cadence tools, and I wanted to see the behaviour of a PLL using the .vho file generated by quartusII. I have compiled and elaborated it using ncvhdl and ncelab, (by the way, no problem to compile the library altera_mf and stratixii ). When I simulate it a get no clock coming out of the PLL. Then I changed the .vho by .vhd ( the design just contain one file, the one generated by quartus ) and the simulation works ( I get a clock out of the pll ). I do not understand why the .vho file, so the .vhd file compiled with quartus differs from the compilation with ncvhdl ( a mean in a functional behaviour ). Any tips to know what's going on and how I could solve this problem? I need to understand it to be able to simulate a much bigger design within ncsim... I'd like to use the vho file in my simulation to be absolutly sure of what I load in my device. Tell me if you missed something here! Thank you