Skip to content

Integrate Python Placer to tool flow#1257

Draft
soneryaldiz wants to merge 2 commits intomasterfrom
feature/integrate_placer
Draft

Integrate Python Placer to tool flow#1257
soneryaldiz wants to merge 2 commits intomasterfrom
feature/integrate_placer

Conversation

@soneryaldiz
Copy link
Collaborator

No description provided.

use_analytical_placer=use_analytical_placer, ilp_solver=ilp_solver, primitives=primitives,
toplevel_args_d=toplevel_args_d, results_dir=None,
placer_sa_iterations=placer_sa_iterations, placer_ilp_runtime=placer_ilp_runtime)
if placer == 'python':
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevenmburns , this is where the Python placer is called. I am dumping pva just for observability. Its structure is as follows (truncated for readability):

{
  "leaves": [
    {
      "abstract_name": "NMOS_3T_85679509",
      "concrete_name": "NMOS_3T_85679509_X2_Y2",
      "constraints": [],
      "bbox": [],
      "terminals": []
    },
    {
      "abstract_name": "DCL_PMOS_2T_69165982",
      "concrete_name": "DCL_PMOS_2T_69165982_X2_Y2",
      "constraints": [],
      "bbox": [],
      "terminals": []
    }
  ],
  "modules": [
    {
      "parameters": [
        "VIN",
        "VOP"
      ],
      "constraints": [],
      "instances": [
        {
          "instance_name": "X_MP0",
          "fa_map": [],
          "abstract_template_name": "DCL_PMOS_2T_69165982",
          "transformation": {
            "oX": 15120,
            "oY": 37800,
            "sX": -1,
            "sY": -1
          },
          "concrete_template_name": "DCL_PMOS_2T_69165982_X2_Y2"
        },
        {
          "instance_name": "X_MN0",
          "fa_map": [],
          "abstract_template_name": "NMOS_3T_85679509",
          "transformation": {
            "oX": 15120,
            "oY": 0,
            "sX": -1,
            "sY": 1
          },
          "concrete_template_name": "NMOS_3T_85679509_X2_Y2"
        }
      ],
      "global_signals": [
        "VCCX",
        "VSSX"
      ],
      "bbox": [],
      "abstract_name": "CKT_COMMON_SOURCE",
      "concrete_name": "CKT_COMMON_SOURCE_0",
      "metrics": {
        "cost": 73270.0,
        "width": 15120,
        "height": 37800,
        "area": 571536000,
        "hpwl": 40700.0
      }
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants