FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5892 Discussions

Error (18948): Error message received from device: Bitstream error. (Subcode 0x0001, Info 0x00000003

app_engineer
Novice
636 Views

While trying to program the board:

1) USB-BlasterII [1-2.3]
C32250DD 1SG280HH1(.|S3|AS|BK)/..

I am getting an error in quartus programmer:

Error (18950): Device has stopped receiving configuration data
Error (18948): Error message received from device: Bitstream error. (Subcode 0x0001, Info 0x00000003, Location 0x00000800)
Error (22248): Detected an error during configuration. Refer to the Configuration User guide for details on debug guidelines. Check the latest Intel Quartus Prime software release for possible fixes.
Error (209012): Operation failed

 

Here is the part number of the FPGA I am targetting:
1SG280HN3F43E1VG

 

The CLK pin used :
set_location_assignment PIN_AY19 -to osc
set_location_assignment PIN_AW19 -to "osc(n)"

 

0 Kudos
3 Replies
Ash_R_Intel
Employee
608 Views

Hi,

Can you please check the following article, if any of the conditions are applicable to you?

https://www.intel.com/content/www/us/en/support/programmable/articles/000086828.html


Regards


0 Kudos
app_engineer
Novice
572 Views

Hello,

The resolution says that one of the IPs installed doesn't have the correct clock configuration. 

I checked my design and the only IP that I witnessed was added is the SDM_IO for VID operation.

Upon opening the PIN planner it seems that the SDM bank has ZERO assignable Pins as shown below:

 

app_engineer_0-1651558517690.png

 

Can you provide more details as to how to add the clock configuration for this IP.

 

Regards

0 Kudos
Ash_R_Intel
Employee
532 Views

The SDM (Secure Device Manager) is not for user assignable logic. It is used for configuring the FPGA. This Stratix 10 device is a Smart VID device, which gets voltage supply from a PMBUS complaint power regulator.

It interacts with the regulator after power up and before configuration. For this operation to happen correctly, you need to assign the pins correctly. Please refer below link:

https://www.intel.com/content/www/us/en/docs/programmable/683418/21-1/specifying-parameters-and-options.html


Regards


0 Kudos
Reply