Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 634 Bytes

Wokwi sn74s51 Chip

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

Usage

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

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

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

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

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