1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-18 00:48:31 +00:00
Files
YosysHQ.nextpnr/common
Maciej Dudek 8c97cbe341 Fix chain swap
Issue was due to dest_bels being not cleared between clusters unbindes, causing
newly bind bels to be unbinded and having their old bel value changed to new bel value.
Then when swap failed 2 cells were being bind to a single bel.

I tested leaving dest_bels in the function scope and moving it to the loop scope.
Code with dest_bels in the loop scope was faster than leaving it in the function scope,
and checking if the cell is in the processed cluster.

Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
2021-09-23 13:58:22 +02:00
..
2021-04-30 21:42:25 -05:00
2021-07-06 11:35:27 +01:00
2020-06-27 13:20:16 +02:00
2020-06-27 13:20:16 +02:00
2020-07-23 18:35:18 +02:00
2021-06-02 15:05:19 +01:00
2021-09-23 13:58:22 +02:00
2021-08-26 13:23:16 +01:00
2021-09-06 13:29:23 +01:00