This is a custom chip for Wokwi. It implements the sn54ls51 IC.
To use this chip in your project, include it as a dependency in your diagram.json
file:
"dependencies": {
"chip-sn54ls51": "github:wokwi-custom-chips/sn54ls51@0.1.0"
}
Then, add the chip to your circuit by adding a chip-sn54ls51
item to the parts
section of diagram.json:
"parts": {
...,
{ "type": "chip-sn54ls51", "id": "chip1" }
},
For a complete example, see The sn54ls51 chip test project.