Lib-electronic-components issi

ISSI Manufacturer Handler Skill

install
source · Clone the upstream repo
git clone https://github.com/Cantara/lib-electronic-components
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Cantara/lib-electronic-components "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/manufacturers/issi" ~/.claude/skills/cantara-lib-electronic-components-issi && rm -rf "$T"
manifest: .claude/skills/manufacturers/issi/SKILL.md
source content

ISSI Manufacturer Handler Skill

Overview

ISSIHandler manages ISSI (Integrated Silicon Solution Inc.) memory components including SRAM, DRAM, Flash, LED drivers, and specialty memory.

Supported Component Types

  • MEMORY
  • MEMORY_ISSI
  • MEMORY_FLASH
  • MEMORY_EEPROM

MPN Patterns

SRAM

PrefixDescription
IS61xxAsync SRAM
IS62xxLow Power SRAM
IS64xxSync SRAM

DRAM

PrefixDescription
IS42xxSDRAM
IS43xxDDR SDRAM
IS45xxDDR2 SDRAM
IS47xxDDR3 SDRAM

Flash Memory

PrefixDescription
IS25xxSPI Flash
IS29xxNOR Flash

LED Drivers

PrefixDescription
IS31FLLED Matrix Drivers
IS31APAudio Modulated LED Drivers
IS31LTLED Lighting Drivers

Specialty Memory

PrefixDescription
IS65xxFIFO
IS67xxDual-Port RAM

Package Codes

SuffixPackage
TTSOP
USOIC
LPLCC
VTSSOP
TLTSOP-II
TRTFBGA
BBGA
BKFBGA
WBWBGA
KVFBGA
MQFN
QQFP

Series Extraction

Returns series code with first 2 characters after prefix (e.g., "IS61WV1288EDBLL" returns "IS61").

Replacement Logic

  • Must be same series
  • Must have same density
  • Faster speed grade can replace slower (lower number = faster)

Test Patterns

When testing ISSIHandler:

  1. Use documentation tests for
    matches()
    behavior
  2. Use assertions for
    extractPackageCode()
    ,
    extractSeries()
    , null handling
  3. Instantiate directly:
    new ISSIHandler()

Known Handler Issues

All issues fixed in PR #88

  • Package code extraction regex may not work correctly for all formats

Common Part Numbers

Part NumberDescription
IS61WV1288EDBLL1Mbit Async SRAM, TSOP-44
IS42S16160G-7TL256Mbit SDRAM, TSOP-II
IS25LP128F-JBLE128Mbit SPI Flash, BGA
IS31FL3731LED Matrix Driver