Open mkurc-ant opened 3 years ago
This is basically the same error as https://github.com/SymbiFlow/symbiflow-arch-defs/issues/1346
Basically, the explicit BUFH that fasm2bels emits should instead be changes to route-thrus, if BUFHCE.CE = 1
.
https://github.com/SymbiFlow/symbiflow-arch-defs/pull/1729 has been merged. Closing.
This happens for the
mmcm_ext_basys3
test underxc/xc7/tests/mmcm
(for now in https://github.com/SymbiFlow/symbiflow-arch-defs/pull/1729 PR). The test utilizes aMMCM
with external clock feedback which drives 6 counters.The surprising thing is that Vivado does not report any routing net conflicts, the error is thrown during bitstream generation phase.