mirror of
https://github.com/openXC7/prjxray.git
synced 2026-09-01 10:27:07 +02:00
This fixes the problem that when sourcing the vivado settings file the library search path is modified resulting in non-vivado binaries not working due to being dynamically linked against the vivado libraries instead of the system ones. Signed-off-by: Felix Held <[email protected]>
A small example for the bidirectional buffers that connect long lines. The configuration bit (00_45 for LVB_L12<-->LVB_L12) confiures the direction of the buffer. Probably only works for with the Artix 7 settings because contains hardcoded slice addresses. Expected output is something like this: $ python3 ../../utils/segprint.py design_a.bits INT_L_X12Y132 INT_L_X14Y132 INT_L_X16Y132 seg SEG_CLBLL_L_X12Y132 bit 00_45 seg SEG_CLBLL_L_X14Y132 seg SEG_CLBLL_L_X16Y132 bit 00_45 $ python3 ../../utils/segprint.py design_b.bits INT_L_X12Y132 INT_L_X14Y132 INT_L_X16Y132 seg SEG_CLBLL_L_X12Y132 seg SEG_CLBLL_L_X14Y132 bit 00_45 seg SEG_CLBLL_L_X16Y132