verilog-to-routing / vtr-verilog-to-routing

Verilog to Routing -- Open Source CAD Flow for FPGA Research
https://verilogtorouting.org
Other
1k stars 388 forks source link

Sync Tatum with VTR #2566

Closed AlexandreSinger closed 4 months ago

AlexandreSinger commented 4 months ago

libtatum was behind upstream Tatum by a few commits. These commits had no affect on the code used by VTR, so that is likely the reason they were not merged in.

I recently raised a PR on Tatum bringing VTR's changes back to Tatum: https://github.com/verilog-to-routing/tatum/pull/9

This is the reverse, bringing Tatum's changes in.

When both of these PRs are merged, both libtatum in VTR and Tatum should be synced.

AlexandreSinger commented 4 months ago

@vaughnbetz These are just some of the changes in Tatum that were not in VTR. None of them have a direct affect on the code, but its nice to keep the two repos in sync.

vaughnbetz commented 4 months ago

Thanks Alex.