Forum Discussion
KennyT_altera
Super Contributor
5 years agoIn your Ubuntu, can you install all device and see the result?
Please note that we are aware of this issue. But we want to collect whether Linux able to resolve it will all device install.
Understand that Windows still failed even though all device had been install.
BHoey
New Contributor
5 years agoFailed as well.
Ran command line and get these details ....
qsys-generate /home/brian/Work/test/nco_test/nco_test.ip --synthesis=VERILOG --output-directory=/home/brian/Work/test/nco_test/nco_test --family="Arria 10" --part=10AS016C3U19E2LG
<truncated message waterfall>
at com.altera.qsys.generate.QsysGenerate.act(QsysGenerate.java:1201)
at com.altera.utilities.AltCmdLineToolBase.runTheTool(AltCmdLineToolBase.java:786)
at com.altera.qsys.generate.QsysGenerate.main(QsysGenerate.java:274)
Caused by: com.altera.infrastructure.devices.DeviceDBEnvironmentException*:
/opt/intelFPGA_pro/20.1/quartus/common/devinfo/device.db does not exist*
at com.altera.infrastructure.devices.DeviceDB.<init>(Unknown Source)
... 49 more
2020.05.04.14:23:33 Error: nco_ii_0: Problem getting the aliases for all
known families com.altera.infrastructure.devices.DeviceDBException: Could
not execute query: SELECT fam_alias.alias, fam.display_name FROM
family_alias fam_alias JOIN family fam ON fam.id == fam_alias.family_id
union all select name, display_name from family union all select
display_name, display_name from family; com.altera.jdbcsqlite.Exception: no
such table: family
2020.05.04.14:23:33 Info: nco_test: Done "nco_test" with 2 modules, 1 files
*** That ../common/devinfo/device.db is not in my 20.1 installs. It is in
19.4.
-Brian