Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17081 討論

What is dynamicterminationcontrol

phuongnn0
初學者
248 檢視

DEVICE 10AX115S2F45I1SG
FAMILY "Arria 10"


I tried to set input and output termination but got this error:

"Error(18520): I/O "dynamo_0_conduit_end_dq(0)~pad" uses both input and output termination, but does not have dynamicterminationcontrol connected"

dynamo_0_conduit_end_dq is a DQ path connect to DDR3 external memory
This is my command:
set_location_assignment PIN_B28 -to dynamo_0_conduit_end_dq[0]

set_instance_assignment -name OUTPUT_TERMINATION "SERIES 34 OHM WITH CALIBRATION" -to dynamo_0_conduit_end_dq[0]
set_instance_assignment -name INPUT_TERMINATION "PARALLEL 120 OHM WITH CALIBRATION" -to dynamo_0_conduit_end_dq[0]

set_instance_assignment -name IO_STANDARD "SSTL-15" -to dynamo_0_conduit_end_dq[0] -entity dynamo_k025bg

Please give me the solution
Thanks!

標籤 (1)
0 積分
3 回應
phuongnn0
初學者
170 檢視

Help me please!

lixy
員工
87 檢視

Hi,

According to chapter 5.5.4. On-Chip I/O Termination in Arria® 10 Devices, table 54, OCT Scheme Supported in Arria® 10 Devices for bidirectional I/O is "Dynamic RS and RT OCT".

https://www.intel.com/content/www/us/en/docs/programmable/683461/current/on-chip-i-o-termination-in-devices.html


Best Regards,

Xiaoyan


phuongnn0
初學者
47 檢視

Thank for reply, you can close this topic

回覆