Unverified Commit 5d137662 by ZhiangWang033 Committed by GitHub

Update gridding.py

parent d115d3d7
......@@ -49,7 +49,7 @@ def PlaceMacros(macro_map, grid_list, chip_width, chip_height, n):
# Place macro one by one
for key, value in macro_map.items():
width = value[0]
height = value[0]
height = value[1]
macro_id = key
placed_flag = False
for grid in grid_list:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment