Closed ganeshgore closed 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")
fpga.merge_symbol(["cbx_1__0_", "clb_1__1_"], "new_symbol")
Currently, the outline calculation seems incorrect
fixed
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