User Profile
User Widgets
Contributions
Re: What exactly does EPCS and EPCQ stand for on Altera devices
Confirmed here: Quartus Prime Pro Edition Help version 17.1 - Pages (intel.com) > The EPC4, EPC8, EPC16, as well as all erasable programmable configurable serial (EPCS) and CFI configuration devices can store up to eight different configuration bitstreams in flash memory, called pages2.7KViews0likes0CommentsRe: Is https://fpgasoftware.intel.com down?
It does look like it's down! In the meantime and for posterity, here are direct links to: The 20.2 Windows version of Quartus: http://download.altera.com/akdlm/software/acdsinst/20.2/50/ib_installers/QuartusProSetup-20.2.0.50-windows.exe http://download.altera.com/akdlm/software/acdsinst/20.1/161/ib_installers/QuartusProSetup-part2-20.1.0.161-windows.exe And 20.1 Windows version of Quartus: http://download.altera.com/akdlm/software/acdsinst/20.1/161/ib_installers/QuartusProSetup-20.1.0.161-windows.exe http://download.altera.com/akdlm/software/acdsinst/20.1/161/ib_installers/QuartusProSetup-part2-20.1.0.161-windows.exe And 19.4 Windows version Quartus: http://download.altera.com/akdlm/software/acdsinst/19.4/64/ib_installers/QuartusProSetup-19.4.0.64-windows.exe http://download.altera.com/akdlm/software/acdsinst/19.4/64/ib_installers/QuartusProSetup-part2-19.4.0.64-windows.exe More in this thread here: https://community.intel.com/t5/Intel-Quartus-Prime-Software/Can-t-login-fpgasoftware-intel-com-so-I-can-t-download-any-FPGA/m-p/259139/highlight/true#M569521.9KViews2likes3CommentsRe: Fitter can't place ATX PLL on Stratix 10
I can't speak to your situation, but for people coming across this in the future -- I had this same issue with the Stratix 10 GX SI Development Kit, and I switched my QSFP28 from IF0 to IF1 and the issue went away. #QSFP28 IF1 set_location_assignment PIN_AK49 -to o_tx_serial[0] set_location_assignment PIN_AL47 -to o_tx_serial[1] set_location_assignment PIN_AJ47 -to o_tx_serial[2] set_location_assignment PIN_AF49 -to o_tx_serial[3] set_location_assignment PIN_AL43 -to i_rx_serial[0] set_location_assignment PIN_AH45 -to i_rx_serial[1] set_location_assignment PIN_AF45 -to i_rx_serial[2] set_location_assignment PIN_AG43 -to i_rx_serial[3] set_location_assignment PIN_AM38 -to i_clk_ref #QSFP28 IF0 #set_location_assignment PIN_BD49 -to o_tx_serial[0] #set_location_assignment PIN_BA47 -to o_tx_serial[1] #set_location_assignment PIN_AW47 -to o_tx_serial[2] #set_location_assignment PIN_AY49 -to o_tx_serial[3] #set_location_assignment PIN_BA43 -to i_rx_serial[0] #set_location_assignment PIN_BB45 -to i_rx_serial[1] #set_location_assignment PIN_AY45 -to i_rx_serial[2] #set_location_assignment PIN_AU43 -to i_rx_serial[3] #set_location_assignment PIN_AM41 -to i_clk_ref1.3KViews0likes0Comments