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

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

legalizer documentation #2620

Open KA7E opened 1 week ago

KA7E commented 1 week ago

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist:

vaughnbetz commented 1 week ago

Looks good; I have a few suggested changes.

KA7E commented 1 week ago

@vaughnbetz for expedience I went ahead and added default flat placement file name generation (in a separate PR). Please review both that PR and this one when CI completes.

vaughnbetz commented 1 week ago

Looks good. i added one more comment for the --legalize option which should be easy to resolve.

vaughnbetz commented 2 days ago

@KA7E Please see the comment above and resolve it so we can get this feature in, as it is described & referenced in a Heart paper now. To merge this documentation, the feature itself needs to work, and the code for that should be added as soon as possible. I believe the remaining items are:

  1. Add the code for the actual flat placement file parsing and calls to the cluster creation API to make the clustering.
  2. Add a few tests.
  3. Make this small documentation update

If there are more updates required please add to this list.