ganeshgore / spydrnet-physical

This is a SpyDrNet Plugin for a physical design related transformations
https://ganeshgore.github.io/spydrnet-physical/
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

Fix the merge instance shape calculation script #14

Closed ganeshgore closed 2 years ago

ganeshgore commented 2 years ago

Example here https://ganeshgore.github.io/spydrnet-physical/auto_openfpga_basic/04_fpga_grid_render.html

Following line in the code should create a new SVG symbol and replace existing cbx_10_ and clb_11_ instance with new instance fpga.merge_symbol(["cbx_1__0_", "clb_1__1_"], "new_symbol")

Currently, the outline calculation seems incorrect

ganeshgore commented 2 years ago

fixed