https://github.com/wokwi/inverter-chip
Inverter Chip for Wokwi
https://github.com/wokwi/inverter-chip
Last synced: 2 months ago
JSON representation
Inverter Chip for Wokwi
- Host: GitHub
- URL: https://github.com/wokwi/inverter-chip
- Owner: wokwi
- License: mit
- Created: 2022-11-30T17:21:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T14:58:13.000Z (about 1 year ago)
- Last Synced: 2025-03-27T22:01:38.659Z (3 months ago)
- Language: C
- Size: 34.2 KB
- Stars: 7
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inverter Chip example
Example of a basic custom chip for [Wokwi](https://wokwi.com/).
The actual source code for the chip lives in [src/main.c](src/main.c), and the pins are described in [chip.json](chip.json).
## Building
The easiest way to build the project is to open it inside a Visual Studio Code dev container, and then run the `make` command.
## Testing
You can test this project using the [Wokwi extension for VS Code](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode). Open the project with Visual Studio Code, press "F1" and select "Wokwi: Start Simulator".
If you want to make changes to the test project firmware, edit [test/blink/blink.ino](test/blink/blink.ino), and then run `make test` to rebuild the .hex file. You'll need the [arduino-cli](https://arduino.github.io/arduino-cli/latest/installation/), which is already installed in the dev container.
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more details.