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

Redundant Physical Type #2607

Closed amin1377 closed 1 week ago

amin1377 commented 2 weeks ago

get_physical_tile_type is a function that returns a pointer to the physical tile corresponding to a ClusterId. There is a similar function in vpr_utils with similar functionality (physical_tile_type). The only difference is that get_physical_tile_type will return a tile type even if the cluster is not placed (for drawing purposes). Instead of having a separate function, I call that function directly if the block is not placed.

vaughnbetz commented 2 weeks ago

Good to also open the graphics and check that everything works. Once you confirm all is good, go ahead and merge.

amin1377 commented 1 week ago

I tested the graphics, and it seems to be working as before.