Public

Thread: Unmapped Issue

2 Discord messages from ℹ️ - Information/⁉️-questions/threads/unmapped-issue.md.

Category: ℹ️ - Information Parent channel: #⁉️-questions Thread ID: 1440176558596821013

Messages: 2

message-1440176558596821013

2025-11-18T03:07:28.756+00:00 — hu tieu (@wiliku)

Content

Hello, I am trying to use gf180 in order to run through the digital flow,  however I am running into this error that I am unsure how to find information to solve.

120. Executing JSON backend.
[22:01:19] VERBOSE  Parsing synthesis checks…                           pyosys.py:60
────────────────────────────── Unmapped Cells Checker ──────────────────────────────
[22:01:19] VERBOSE  Running 'Checker.YosysUnmappedCells' at             step.py:1138
                    'runs/RUN_2025-11-17_22-01-17/07-checker-yosysunmap
                    pedcells'…
[22:01:19] ERROR    2 Unmapped Yosys instances found.                 checker.py:127
Classic - Stage 7 - Unmapped Cells Checker ━━╺━━━━━━━━━━━━━━━━━━━━━━━━  6/79 0:00:02
[22:01:19] WARNING  The following warnings were generated by the flow:   flow.py:703
[22:01:19] WARNING  [Checker.LintWarnings] 10 Lint warnings found.       flow.py:705
[22:01:19] ERROR    The following error was encountered while        __main__.py:189
                    running the flow:
                    2 Unmapped Yosys instances found.
[22:01:19] ERROR    LibreLane will now quit.                         __main__.py:190

It appears that I can find them in: runs/RUN_2025-11-17_22-01-17/07-checker-yosysunmappedcells but the only information I get from it is I have 2 unmapped instances, nothing about what it is. Could someone point me in the right area to fix this?
<details> <summary>Other message metadata</summary>
{
  "author": {
    "avatarUrl": "2025-11_media/6d0a9adba57758e1d23ec85887ea00b6-32914.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
</details>

message-1440241160600813668

2025-11-18T07:24:11.074+00:00 — Leo Moser (mole99) (@mole99)

Content

Hi, I assume you made changes to the template? If so, which changes did you make?

If those two unmapped cells are the SRAM macros: To remove the SRAM macros, you need to remove the instances from the RTL, the `config.yaml` and the `pdn_cfg.tcl`.
<details> <summary>Other message metadata</summary>
{
  "author": {
    "avatarUrl": "2025-11_media/3c7c17f3225f6e56f4dccd83f14383f2-73F83.png",
    "discriminator": "0000",
    "isBot": false,
    "roles": [
      {
        "color": null,
        "id": "1423020172595298314",
        "name": "Mod",
        "position": 4
      }
    ]
  },
  "message": {}
}
</details>