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

import qud file with tcl

MLars19
Beginner
407 Views

How can I import devices (qud files) using a tcl command?

It is possible in the programmer gui but I can't find how to do it by tcl.

Labels (1)
0 Kudos
8 Replies
sstrell
Honored Contributor III
368 Views

I've never heard of a qud file.  There are .qdz files for installing devices with Quartus.  What are you trying to accomplish?

0 Kudos
MLars19
Beginner
305 Views

qud-files are for example "foreign" devices for the programmer

I have a jtag-chain with one altera fpga and two processors, to be able to program the fpga I need to add these custom devices in the programmer "add device" section. These devices can be exported as qud files. 

These devices are stored somewhere in the computes so there is no problem setting up the programmer chain again once the devices have been created.

The problem is when I use continuous integration (gitlab), it always generates a new environment to run quartus. The programmer doesn't recognize the devices. That's why I need to import these files. 

I actually don't use the chain to program the fpga in CI but to generate a SVF-file.

0 Kudos
ShengN_Intel
Employee
323 Views

Hi,


May I know any further update or concern?


Thanks,

Regards,

Sheng


0 Kudos
MLars19
Beginner
305 Views
0 Kudos
ShengN_Intel
Employee
303 Views

Hi,


I had checked you can only import through GUI. There's no respective tcl command for that specific import.


Thanks,

Regards,

Sheng


0 Kudos
MLars19
Beginner
261 Views

OK, that's to bad.

Is there a solution or work around to fix this problem?

How is this information stored for the programmer, could it somehow be copied to the correct directory? 

0 Kudos
sstrell
Honored Contributor III
234 Views

Your programmer configuration can be saved as a .cdf file, preserving your JTAG chain customization with the other devices.  Would that solve the issue?

0 Kudos
MLars19
Beginner
205 Views

It is already saved as a cdf-file, the problem is that the jtag-chain has two non-native devices which are not recognized by a fresh quartus installation. They need to be imported before the quartus_cpf command can be used with the cdf-file. 

0 Kudos
Reply