Article ID: 000075362 Content Type: Troubleshooting Last Reviewed: 01/09/2023

Why doesn't the "extended_tag_support_hwtcl" parameter change even if 64-tag support is selected in the IP catalog?

Environment

    Intel® Quartus® Prime Pro Edition
BUILT IN - ARTICLE INTRO SECOND COMPONENT
Description

Due to a problem in the Quartus® Prime software, the bit[8] of "Device Control register (0x088)" is never set to "1" even if the Number of Tags supported in the Capabilities Registers tab is set to "64".
Also, the user cannot set it to "1" by Configuration Write Request.

 

Resolution

The <Qsys file>/synthesis/<Qsys file>.v contains the parameters below: 
Changing these two parameters to "1" and "true" should fix the problem.

[Before]
  .extended_tag_support_hwtcl    (0),
  .extend_tag_field              ("false"),

[After]
  .extended_tag_support_hwtcl    (1),
  .extend_tag_field              ("true"),

This problem is fixed starting with the Intel® Quartus® Prime Pro Edition Software version 18.1.

Related Products

This article applies to 1 products

Intel® Arria® 10 FPGAs and SoC FPGAs

1