Cannot instantiate Cyclone V Hard Processor System in Platform Designer 18.1
Software: Platform Designer 18.1 Build 625
Os: Centos 7.6
Steps to reproduce:
- File -> New System...
- From IP Catalog select Library / Processors and Peripherals / Hard Processor Systems / Arria V/Cyclone V Hard Processor System
- click Add...
Got error message and all in/out ports are missing in 'System Contents' view.
Error:
unsaved.hps_0: list element in quotes followed by ":" instead of space
while executing
"llength $db"
("if" test expression)
invoked from within
"if {[llength $db] != $PASSED_LIST_SIZE} {
return 0
}"
(procedure "::pin_mux_db::load" line 26)
invoked from within
"::pin_mux_db::load $device"
invoked from within
"set load_rc [::pin_mux_db::load $device]"
(procedure "ensure_pin_muxing_data" line 20)
invoked from within
"ensure_pin_muxing_data $device_family"
(procedure "validate" line 4)
invoked from within
"validate"
(procedure "compose_logicalview" line 8)
invoked from within
"compose_logicalview"
Warning:
unsaved.hps_0: This module has no ports or interfaces
Comment:
I have checked ip/altera/hps/util/pin_mux_db.tcl
My guess is that run_quartus_tcl_command does not handle "@" in my ${quartus_script_path} = /home/xxxyyy123@zzz.local/intelFPGA_lite...
Any quick workaround?