Hi KhaiY
thanks for your suggestion.
based on the error information from GUI when I was upgrading IP before , I knew 2 ip need to be upgrade manually.
Error: 2020.03.16.11:11:48 Error: Generation for Standard System (.qsys) files is not available in Pro, you can upgrade these files to Pro by opening them in Platform Designer for Quartus Pro.
Error: Quartus Prime Shell was unsuccessful. 15 errors, 0 warnings
Error: Peak virtual memory: 822 megabytes
Error: Processing ended: Mon Mar 16 11:12:26 2020
Error: Elapsed time: 00:00:50
Error: Total CPU time (on all processors): 00:02:00
Error(14923): Error upgrading Platform Designer file "../../hw/rtl/e10/fifo_scfifo/sc_fifo.qsys"
Error: 2020.03.16.11:12:14 Error: address_decode.rx_xcvr_half_clk.clk_in: rx_xcvr_half_clk.clk_in must be connected to a clock output
Error: 2020.03.16.11:12:14 Error: address_decode.rx_xcvr_half_clk.clk_in_reset: rx_xcvr_half_clk.clk_in_reset must be connected to a reset source
Error: 2020.03.16.11:12:14 Error: qsys-generate failed with exit code 3: 2 Errors, 0 Warnings
Error: 2020.03.16.11:12:16 Error: address_decode.rx_xcvr_half_clk.clk_in: rx_xcvr_half_clk.clk_in must be connected to a clock output
Error: 2020.03.16.11:12:16 Error: address_decode.rx_xcvr_half_clk.clk_in_reset: rx_xcvr_half_clk.clk_in_reset must be connected to a reset source
Error: 2020.03.16.11:12:16 Error: qsys-generate failed with exit code 3: 2 Errors, 0 Warnings
Error: 2020.03.16.11:12:17 Error: address_decode.rx_xcvr_half_clk.clk_in: rx_xcvr_half_clk.clk_in must be connected to a clock output
Error: 2020.03.16.11:12:17 Error: address_decode.rx_xcvr_half_clk.clk_in_reset: rx_xcvr_half_clk.clk_in_reset must be connected to a reset source
Error: 2020.03.16.11:12:17 Error: qsys-generate failed with exit code 3: 2 Errors, 0 Warnings
Error(14923): Error upgrading Platform Designer file "../../hw/rtl/e10/address_decoder/address_decode.qsys"
Error(11133): IP component QsysPrimePro with file "../../hw/rtl/e10/fifo_scfifo/sc_fifo.qsys" upgrade failed
Error(11133): IP component QsysPrimePro with file "../../hw/rtl/e10/address_decoder/address_decode.qsys" upgrade failed
Error(23031): Evaluation of Tcl script /root/inteldevstack/intelFPGA_pro/quartus/common/tcl/internal/ip_regen/ip_regen.tcl unsuccessful
So I close quartus GUI and did below
[root@fig01 e10]# pwd
/root/inteldevstack/a10_gx_pac_ias_1_2_pv/hw/samples/eth_e2e_e10/hw/rtl/e10
[root@fig01 e10]# cd address_decoder/
[root@fig01 address_decoder]# qsys-generate address_decode.qsys
bash: qsys-generate: command not found...
[root@fig01 address_decoder]#
seems command is not found for Intel PAC card OPAE design environment.
any other steps I can try for the platform designer GUI not showing correctly?that is part of design tolls ,which might be used in further development.
thanks
Jim