Bitstream manipulation for LUTs #295
-
Greetings! I wanted to ask whether it is possible to replicate the bitstream manipulation example in the documentation but using a LUT as the target.
The change does apear in the dcp when loaded into vivado. Thx for any clarification. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Gabriel, Since LUTs do not contain "User State Bits" (a user design does not change them), they do not get updated by the Sorry we can't offer more on this topic. Chris |
Beta Was this translation helpful? Give feedback.
Hi Gabriel,
Since LUTs do not contain "User State Bits" (a user design does not change them), they do not get updated by the
ConfigArray.updateUserStateBits()
. We can only provide functionality that is clearly documented and, unfortunately, this is not the case for INIT values on LUTs. The complete list of bits that we can update can be generated for a design by callingwrite_bitstream -logic_location_file
.Sorry we can't offer more on this topic.
Chris