Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[util,otp] Make OTP Image MEM lines deterministic
Sorts the set of word annotations for a MEM line in the OTP image, such that the MEM line being read by Vivado is the same, but the word annotations always appear in the same order, making the builds deterministic. Previously, usage of python's sets meant that for MEM lines with multiple word attributes, they could appear in different orders between builds, causing bitstream splice reruns where not necessary. Signed-off-by: Alex Jones <[email protected]>
- Loading branch information