Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17261 Discussions

Mixed TDF/VHDL/BDF Project Files

Altera_Forum
Honored Contributor II
3,338 Views

When using mixed HDL files in a project, I presume that as long as you converter all AHDL (.tdf) files to vhdl and include them in the project list that is okay. This would included schematic (bdf) files as this has worked in Quartus II v13.0 and v14.0. However, I have in the past just included the Megafunction generated .tdf files in the project list and it has worked. Maybe I just got lucky. I suspect v15.0 is getting more picky and some tdf's will not work at all. What is preferred?

0 Kudos
10 Replies
Altera_Forum
Honored Contributor II
2,319 Views

I believe it depend the IPs that you are using. For example, in QII 15.0, some of the IP ie transceiver PHYs is generated in Qsys as compared to the .v/vhd file in QII 13.1.

0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

You shouldn't need to convert anything. Quartus can compile projects containing all 3 sources.

0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

Yes, you are lucky one )  

But in general 

in older version of Quartus you should use: Project - > Archive 

then in "younger" version of Quartus you go through two steps: Project -> Restore, Project -> Upgrade IP 

 

By the way what is the right sequence for migrating from one chip to another?
0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

I am not sure about your question for migrating to another chip, never had to do it across any different families. Certainly pin assignments and timing constraints are important. 

 

I do have another question about Modelsim, but don't know if this is the right forum. It seems that using Tools>Run RTL Simulation>RTL Simulation does not automatically open project in Modelsim with object list from "work" directory. This has occurred in with other project if successfully compiled.
0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

try to add ouptputs through assignment editor.

0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

Ok, understand about the migration question you posted, but wondering about the Modelsim question with running Navlink on project. Why doesn't it automatically open the project files when Modelsim opens from tools>Run Simulation Tools>Run Gate Level or Run RTL. In previous executions it has opened the project for simulation. Do I have to create the project again even though it has been previously created?

0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

...I recently updated to 15.1 lite -> something prevent full launch of Modelsim from Quartus shell, the processes {vsim vish vlm} start but no any visible window. 

Jerry, why does one need to recreate project?
0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

What I meant was recreating the project in Modelsim, not Quartus. If Navlink was really coupled to Modelsim, I would think it should automatically bring in the .vho or other files necessary to run simulation. But, it doesn't and it seems the library files under the "work" directory are incomplete or not there. This has worked before in Quartus 13.0, but not 14.0 or 15.0. It use to bring up a jump start project window. Has this changed in the newer Modelsim?

0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

I am not sure but *.vht (testbench file) generated through quartus could be opened with Modelsim.

0 Kudos
Altera_Forum
Honored Contributor II
2,319 Views

I searched in all modelsim directories for any *.vht files, but didn't find anything. I thought if Navigator is set up right, it should generate a test bench .vhdl or .vo. As mentioned previously I have never had to worry about this before with Quartus 13.0.

0 Kudos
Reply