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

Intel quartus: generate_from_tcl

rajasekarselva
999 Views

Facing a below error while using generating from tcl file in Ubuntu 20.04. Following rocketboards.org website to make FPGA flasher files,

https://rocketboards.org/foswiki/Projects/AgilexSoCSingleQSPIFlashBoot

$ make generate_from_tcl

2021.12.08.00:16:22 Info: Synchronizing System Information for periph_clk
2021.12.08.00:16:22 Info: Synchronizing System Information for periph_rst_in
make[1]: *** [Makefile:644: qsys_generate_qsys] Error 1
make[1]: Leaving directory '/home/xxxxxxx/bkp/agilex_gsrd/agilex_soc_devkit_ghrd'
make: *** [Makefile:657: generate_from_tcl] Error 2

 

Getting error in the below section,

Length of argument: 1
From:[agilex_hps.f2h_irq0]
connect To:[periph.button_pio_irq]
2021.12.08.00:16:06 Info: add_connection agilex_hps.f2h_irq0 periph.button_pio_irq
2021.12.08.00:16:06 Error: add_connection agilex_hps.f2h_irq0 periph.button_pio_irq: No interface named agilex_hps.f2h_irq0.
From:[agilex_hps.f2h_irq0]
connect To:[periph.dipsw_pio_irq]
2021.12.08.00:16:06 Info: add_connection agilex_hps.f2h_irq0 periph.dipsw_pio_irq
2021.12.08.00:16:06 Error: add_connection agilex_hps.f2h_irq0 periph.dipsw_pio_irq: No interface named agilex_hps.f2h_irq0.
2021.12.08.00:16:06 Info: set_connection_parameter_value agilex_hps.f2h_irq0/periph.button_pio_irq irqNumber 1
2021.12.08.00:16:06 Error: set_connection_parameter_value agilex_hps.f2h_irq0/periph.button_pio_irq irqNumber 1: No interface named agilex_hps.f2h_irq0.
2021.12.08.00:16:06 Info: set_connection_parameter_value agilex_hps.f2h_irq0/periph.dipsw_pio_irq irqNumber 0
2021.12.08.00:16:06 Error: set_connection_parameter_value agilex_hps.f2h_irq0/periph.dipsw_pio_irq irqNumber 0: No interface named agilex_hps.f2h_irq0.
Length of argument: 1
From:[periph.ILC_irq]
connect To:[periph.button_pio_irq]
2021.12.08.00:16:06 Info: add_connection periph.ILC_irq periph.button_pio_irq
From:[periph.ILC_irq]

0 Kudos
3 Replies
EBERLAZARE_I_Intel
964 Views

Hi,

 

Are you using the GHRD design? If so, did you made any further changes from the GHRD?

 

Can you check if your Quartus License is valid?

0 Kudos
rajasekarselva
947 Views

Hi,

Thanks for your reply. Problem with the license file(.dat). Once we updated with the valid one, it is making the output files without issues.

 

0 Kudos
EBERLAZARE_I_Intel
940 Views

Hi,


Thanks for the update, glad it is working for you now.


0 Kudos
Reply