Category: ℹ️ - Information
Parent channel: #⁉️-questions
Thread ID: 1444423485182050415
Messages: 16
message-1444423485182050415
2025-11-29T20:23:14.958+00:00 — LuighiV (@luighiv)
- Message ID:
1444423485182050415 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444423485182050415
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
Hi everyone,
We are trying to run LVS checks for the PADs in gf180mcu using netgen. Not sure if others are using the same for it or maybe can suggest another tool to do it. However, while we achieved passing successfully for other circuits, for the pads (provided by GF) seems that it is no passing. We are trying with a simple test case of 4 pads, vdd, vss, asig5v and fills. What we found is that in all the pads there is an extra net which is not present (not matched) in schematic.
Digging into the issue we identified that the extracted spice netlist from layout is creating diodes with just one pin exposed while the another is connected to substrate. Not sure if netgen understands VSUBS as a global net, but the anode (substrate) is being considered as floating net during the comparison. The layout also seems to have just one pin exposed, so the extraction might be OK but might require something in netgen configuration to make it work.
Have anyone faced this issue?, or can provide a guidance to configure the LVS tool properly?
Thank you!
cc: @peterkinget
Attachments
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/image-5BE2C.png
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/image-A452F.png
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/image-65B26.png
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/image-F0658.png
[
{
"fileName": "image.png",
"fileSizeBytes": 68845,
"id": "1444423485647491183",
"url": "2025-11_media/image-5BE2C.png"
},
{
"fileName": "image.png",
"fileSizeBytes": 171771,
"id": "1444423486125899949",
"url": "2025-11_media/image-A452F.png"
},
{
"fileName": "image.png",
"fileSizeBytes": 108514,
"id": "1444423486440341554",
"url": "2025-11_media/image-65B26.png"
},
{
"fileName": "image.png",
"fileSizeBytes": 253093,
"id": "1444423486771564564",
"url": "2025-11_media/image-F0658.png"
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/3-FB033.png",
"color": null,
"discriminator": "0000",
"id": "853313068871188530",
"isBot": false,
"name": "peterkinget",
"nickname": "peterkinget",
"roles": []
}
]
}
}
</details>message-1444447752103661629
2025-11-29T21:59:40.643+00:00 — bailey (@bailey8889)
- Message ID:
1444447752103661629 - Author ID:
738396032295108721 - Nickname: bailey
- User name: bailey8889
- Type:
Default - Edited: 2025-11-30T14:46:55.838+00:00
- Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444447752103661629
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
@LuighiV I think you may have run into the issue that magic does not handle devices that are formed by layers on different hierarchies.
I have LVS pass on the gf I/O cells by flattening before extracting via `gds flatglob`ing the following.
```
*Bondpad*
*CLAMP_COR*
*FILL*
*METAL_RAIL*
*NMOS_*
*POWER_RAIL_COR*
*_BASE*
*comp018green*
*diode_nd2ps_06v0_*[A-Z]*
*diode_pd2nw_06v0_*[A-Z]*
*mim_*_*[A-Z]*
*moscap_*
*nmos_*_*[A-Z]*
*nmos_4T_metal_stack*
*nmos_clamp_*
*pmos_6p0_esd_*
*power_via*
*ppolyf_u_*[A-Z]*
*top_route*
*_CDNS_*
```
(edited to include `*_CDNS_*`)
Reactions
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/1f64c-7C820.svg
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/3-FB033.png
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png
[
{
"count": 2,
"emoji": {
"code": "raised_hands",
"id": "",
"imageUrl": "2025-11_media/1f64c-7C820.svg",
"isAnimated": false,
"name": "🙌"
},
"users": [
{
"avatarUrl": "2025-11_media/3-FB033.png",
"color": null,
"discriminator": "0000",
"id": "378788837452677120",
"isBot": false,
"name": "asc9742",
"nickname": "asc"
},
{
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"color": null,
"discriminator": "0000",
"id": "701803458495512666",
"isBot": false,
"name": "luighiv",
"nickname": "LuighiV"
}
]
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/0-EB806.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"color": null,
"discriminator": "0000",
"id": "701803458495512666",
"isBot": false,
"name": "luighiv",
"nickname": "LuighiV",
"roles": []
}
]
}
}
</details>message-1444448730903347392
2025-11-29T22:03:34.007+00:00 — LuighiV (@luighiv)
- Message ID:
1444448730903347392 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444448730903347392
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
Hi @bailey that's great you have already managed to make it work, let me try the same here, thanks for the advice
Reactions
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/1f44d-27259.svg
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/3-FB033.png
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/0-EB806.png
[
{
"count": 2,
"emoji": {
"code": "thumbsup",
"id": "",
"imageUrl": "2025-11_media/1f44d-27259.svg",
"isAnimated": false,
"name": "👍"
},
"users": [
{
"avatarUrl": "2025-11_media/3-FB033.png",
"color": null,
"discriminator": "0000",
"id": "378788837452677120",
"isBot": false,
"name": "asc9742",
"nickname": "asc"
},
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey"
}
]
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey",
"roles": []
}
]
}
}
</details>message-1444479930304823418
2025-11-30T00:07:32.524+00:00 — LuighiV (@luighiv)
- Message ID:
1444479930304823418 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444479930304823418
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
Hi @bailey I have used the configuration you have shared, and now the difference is in the 3rd terminal of poly resistors. In layout is connected to VSS while in the netlist is connected to VDD. Do you know how to fix this? I'm using the spice model shared in the Chipathon repository
Attachments
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/image-84544.png
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/image-CFECC.png
[
{
"fileName": "image.png",
"fileSizeBytes": 83656,
"id": "1444479930057625652",
"url": "2025-11_media/image-84544.png"
},
{
"fileName": "image.png",
"fileSizeBytes": 221157,
"id": "1444479930392907956",
"url": "2025-11_media/image-CFECC.png"
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey",
"roles": []
}
]
}
}
</details>message-1444607472374517832
2025-11-30T08:34:20.923+00:00 — bailey (@bailey8889)
- Message ID:
1444607472374517832 - Author ID:
738396032295108721 - Nickname: bailey
- User name: bailey8889
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444607472374517832
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
@LuighiV The actual layout looks like it's over nwell, so `DVDD` should be the proper connection.
Can you share the extracted netlist?
<details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/0-EB806.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"color": null,
"discriminator": "0000",
"id": "701803458495512666",
"isBot": false,
"name": "luighiv",
"nickname": "LuighiV",
"roles": []
}
]
}
}
</details>message-1444696337508470814
2025-11-30T14:27:28.022+00:00 — LuighiV (@luighiv)
- Message ID:
1444696337508470814 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444696337508470814
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
sure, the extrated one is attached here
Attachments
<details> <summary>Attachments data</summary>[
{
"fileName": "sample_pads_layout.spice",
"fileSizeBytes": 192682,
"id": "1444696336971595817",
"url": "2025-11_media/sample_pads_layout-2BF8E.spice"
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {}
}
</details>message-1444697426312040569
2025-11-30T14:31:47.613+00:00 — bailey (@bailey8889)
- Message ID:
1444697426312040569 - Author ID:
738396032295108721 - Nickname: bailey
- User name: bailey8889
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444697426312040569
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
@LuighiV magic extracts devices at the level the occur in the hierarchy. It has problems, for example, if you add a nwell at a parent hierarchy. For the I/O cells to extract correctly, I had to `gds flatglob` all the subcells. The final extracted netlist should only include subckts for the top level io cells.
<details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/0-EB806.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"color": null,
"discriminator": "0000",
"id": "701803458495512666",
"isBot": false,
"name": "luighiv",
"nickname": "LuighiV",
"roles": []
}
]
}
}
</details>message-1444699327535775837
2025-11-30T14:39:20.9+00:00 — LuighiV (@luighiv)
- Message ID:
1444699327535775837 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Reply - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444699327535775837
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Reply/reference
<details> <summary>Reference data</summary>{
"channelId": "1444423485182050415",
"guildId": "1361349522684510449",
"messageId": "1444697426312040569"
}
</details>Content
Hi @bailey thanks for the heads up, I was using the set of instruction you shared before, I guessed that way will flatten he internal hierarchies, do you why it keeps extracting the subhierarchies?
Attachments
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/run_lvs-ED1F3.sh
[
{
"fileName": "run_lvs.sh",
"fileSizeBytes": 2880,
"id": "1444699327283990629",
"url": "2025-11_media/run_lvs-ED1F3.sh"
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey",
"roles": []
}
]
}
}
</details>message-1444700957580722247
2025-11-30T14:45:49.533+00:00 — bailey (@bailey8889)
- Message ID:
1444700957580722247 - Author ID:
738396032295108721 - Nickname: bailey
- User name: bailey8889
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444700957580722247
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
@LuighiV Looks like I missed one.
Try adding
```
gds flatglob *_CDNS_*
```
<details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/0-EB806.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"color": null,
"discriminator": "0000",
"id": "701803458495512666",
"isBot": false,
"name": "luighiv",
"nickname": "LuighiV",
"roles": []
}
]
}
}
</details>message-1444705541732569139
2025-11-30T15:04:02.48+00:00 — LuighiV (@luighiv)
- Message ID:
1444705541732569139 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444705541732569139
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
oh, got it, let me try again, thanks 👍
Reactions
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/1f44d-27259.svg
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/0-EB806.png
[
{
"count": 1,
"emoji": {
"code": "thumbsup",
"id": "",
"imageUrl": "2025-11_media/1f44d-27259.svg",
"isAnimated": false,
"name": "👍"
},
"users": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey"
}
]
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"inlineEmojis": [
{
"code": "thumbsup",
"id": "",
"imageUrl": "2025-11_media/1f44d-27259.svg",
"isAnimated": false,
"name": "👍"
}
]
}
}
</details>message-1444720425719431291
2025-11-30T16:03:11.099+00:00 — LuighiV (@luighiv)
- Message ID:
1444720425719431291 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444720425719431291
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
Hi @bailey I re run again but seems it has the same issue, and it keeps extracting the internal hierarchies
Attachments
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/sample_pads_comp-8088B.out
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/run_lvs-AC10A.sh
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/sample_pads_layout-74415.spice
[
{
"fileName": "sample_pads_comp.out",
"fileSizeBytes": 30086,
"id": "1444720424826044467",
"url": "2025-11_media/sample_pads_comp-8088B.out"
},
{
"fileName": "run_lvs.sh",
"fileSizeBytes": 2902,
"id": "1444720425098543257",
"url": "2025-11_media/run_lvs-AC10A.sh"
},
{
"fileName": "sample_pads_layout.spice",
"fileSizeBytes": 192682,
"id": "1444720425463713913",
"url": "2025-11_media/sample_pads_layout-74415.spice"
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey",
"roles": []
}
]
}
}
</details>message-1444730684710191264
2025-11-30T16:43:57.033+00:00 — bailey (@bailey8889)
- Message ID:
1444730684710191264 - Author ID:
738396032295108721 - Nickname: bailey
- User name: bailey8889
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444730684710191264
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
@LuighiV I can't understand why. Are you sure that `sample_pads_layout.spice` is the most recent file? Can you check the time stamp?
<details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/0-EB806.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"color": null,
"discriminator": "0000",
"id": "701803458495512666",
"isBot": false,
"name": "luighiv",
"nickname": "LuighiV",
"roles": []
}
]
}
}
</details>message-1444738126206468287
2025-11-30T17:13:31.224+00:00 — LuighiV (@luighiv)
- Message ID:
1444738126206468287 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Edited: 2025-11-30T17:13:41.543+00:00
- Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444738126206468287
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
@bailey yes, indeed I deleted first just to be sure it is created again and not using and old one
Reactions
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/1f44d-27259.svg
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/0-EB806.png
[
{
"count": 1,
"emoji": {
"code": "thumbsup",
"id": "",
"imageUrl": "2025-11_media/1f44d-27259.svg",
"isAnimated": false,
"name": "👍"
},
"users": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey"
}
]
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"mentions": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey",
"roles": []
}
]
}
}
</details>message-1444793152576688319
2025-11-30T20:52:10.533+00:00 — bailey (@bailey8889)
- Message ID:
1444793152576688319 - Author ID:
738396032295108721 - Nickname: bailey
- User name: bailey8889
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444793152576688319
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
@LuighiV
```
gfs flatglob *_CDNS_*
```
`gfs` 😆
<details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/0-EB806.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"inlineEmojis": [
{
"code": "laughing",
"id": "",
"imageUrl": "2025-11_media/1f606-BE94E.svg",
"isAnimated": false,
"name": "😆"
}
],
"mentions": [
{
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"color": null,
"discriminator": "0000",
"id": "701803458495512666",
"isBot": false,
"name": "luighiv",
"nickname": "LuighiV",
"roles": []
}
]
}
}
</details>message-1444796605952688148
2025-11-30T21:05:53.882+00:00 — LuighiV (@luighiv)
- Message ID:
1444796605952688148 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444796605952688148
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
oh... sorry, my mistake going to try again, thanks for noticing
Reactions
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/1f44d-27259.svg
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/0-EB806.png
[
{
"count": 1,
"emoji": {
"code": "thumbsup",
"id": "",
"imageUrl": "2025-11_media/1f44d-27259.svg",
"isAnimated": false,
"name": "👍"
},
"users": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey"
}
]
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {}
}
</details>message-1444800415777558669
2025-11-30T21:21:02.215+00:00 — LuighiV (@luighiv)
- Message ID:
1444800415777558669 - Author ID:
701803458495512666 - Nickname: LuighiV
- User name: luighiv
- Type:
Default - Discord message: https://discord.com/channels/1361349522684510449/1444423485182050415/1444800415777558669
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Information/questions/running-lvs-for-padframe/2025-11/2025-11.json
Content
It worked now! 🙂, thank you so much @bailey for your help!
Reactions
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/1f44d-27259.svg
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/%E2%81%89%EF%B8%8F-questions/running-lvs-for-padframe/2025-11/2025-11_media/0-EB806.png
[
{
"count": 1,
"emoji": {
"code": "thumbsup",
"id": "",
"imageUrl": "2025-11_media/1f44d-27259.svg",
"isAnimated": false,
"name": "👍"
},
"users": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey"
}
]
}
]
</details><details>
<summary>Other message metadata</summary>{
"author": {
"avatarUrl": "2025-11_media/b5e6bb9dd5baa610a148ca5409cc755c-A9135.png",
"discriminator": "0000",
"isBot": false
},
"message": {
"inlineEmojis": [
{
"code": "slight_smile",
"id": "",
"imageUrl": "2025-11_media/1f642-83E8A.svg",
"isAnimated": false,
"name": "🙂"
}
],
"mentions": [
{
"avatarUrl": "2025-11_media/0-EB806.png",
"color": null,
"discriminator": "0000",
"id": "738396032295108721",
"isBot": false,
"name": "bailey8889",
"nickname": "bailey",
"roles": []
}
]
}
}
</details>