diff options
author | whitequark <whitequark@whitequark.org> | 2019-05-26 16:44:34 +0000 |
---|---|---|
committer | whitequark <whitequark@whitequark.org> | 2019-05-29 18:05:48 +0000 |
commit | a0c9a70a5e6717aea37092720c899a463e482922 (patch) | |
tree | b44884dec87a009ef9b0d4dc565dd596f785d408 /tests | |
parent | 68c16c2db78dec4af09da7bec5d386422d9264a1 (diff) | |
download | nextpnr-a0c9a70a5e6717aea37092720c899a463e482922.tar.gz nextpnr-a0c9a70a5e6717aea37092720c899a463e482922.tar.bz2 nextpnr-a0c9a70a5e6717aea37092720c899a463e482922.zip |
When choosing between labels for one net, always prefer ports.
1. Ports are already used in PCF and LPF files, so it is natural
that the developer would use them for constraints as well.
2. Unpredictable (the set of netlabels nextpnr looks at depends on
the optimizations during synthesis) net naming makes it impossible
for code generators like nMigen to reliably apply clock constraints.
Diffstat (limited to 'tests')
m--------- | tests | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests b/tests -Subproject 0d369eb3fe3425fa74c0f6309268a012aac5040 +Subproject 5182fd4bec49a568cc3fa37d62d9f9a82f28091 |