device-type-mapper-T180

Map signals to T180 device types and apply positional suffixes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/chenzc24/skills-workspace-v2 --skill device-type-mapper-t180
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: device-type-mapper-T180
Source: https://github.com/chenzc24/skills-workspace-v2/tree/main/device-type-mapper-T180
Command: npx skills add https://github.com/chenzc24/skills-workspace-v2 --skill device-type-mapper-t180

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of mapping signals to their correct device types and applying the appropriate suffixes for the T180 process node, ensuring accurate hardware design.

Core Features & Use Cases

  • T180 Device Mapping: Accurately identifies and assigns T180-specific base device names for various signal types (Analog IO, Digital IO, Power, Ground).
  • Suffix Application: Applies correct positional suffixes (_H_G, _V_G) to device names based on signal placement, excluding Analog IO and Corner devices.
  • Use Case: When designing a T180 chip, use this skill to ensure that a signal named VDCK is correctly mapped to PVDD1ANA_H_G if it's on the left or right side, adhering to all T180 design rules.

Quick Start

Use the device-type-mapper-T180 skill to map the signal 'VINP' with type 'analog_io' and position 'left'.

Frequently Asked Questions about device-type-mapper-T180

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map T180 signals to device types with positional suffixes?

To map T180 signals, the skill identifies base device names for various signal types and applies positional suffixes like _H_G or _V_G based on signal placement, excluding Analog IO and Corner devices.

How does T180 device mapping handle Analog IO prefix-based selection?

T180 device mapping handles Analog IO by using prefix-based selection to determine the base device name, ensuring accurate signal classification while bypassing the positional suffix rules applied to other signal types.

When do I need to apply positional suffixes for T180 hardware design?

You need to apply positional suffixes for T180 hardware design when placing non-Analog IO and non-Corner devices, adding suffixes like _H_G or _V_G to validate pin configurations against T180 specifications.

Does T180 signal classification distinguish between provider and consumer roles?

Yes, T180 signal classification distinguishes between provider and consumer roles specifically for power and ground signals, ensuring correct device type assignment and validation against T180 pin configuration rules.

Are Analog IO and Corner devices excluded from T180 positional suffix rules?

Yes, Analog IO and Corner devices are excluded from T180 positional suffix rules, meaning they receive base device names without the _H_G or _V_G suffixes applied to other signal placements.