Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Wokwi sn54s51 Chip

This is a custom chip for Wokwi. It implements the sn54s51 IC.

Usage

To use this chip in your project, include it as a dependency in your diagram.json file:

  "dependencies": {
    "chip-sn54s51": "github:wokwi-custom-chips/[email protected]"
  }

Then, add the chip to your circuit by adding a chip-sn54s51 item to the parts section of diagram.json:

  "parts": {
    ...,
    { "type": "chip-sn54s51", "id": "chip1" }
  },

For a complete example, see The sn54s51 chip test project.