You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can load custom chips to the simulation by adding a [[chip]] sections to your wokwi.toml configuration. The following example will load a chip from chip/inverter.chip.wasm and make it available under the name chip-inverter in Wokwi's diagram:
[[chip]]
name = 'inverter'# To use the chip in diagram.json, add a part with "chip-inverter" type.binary = 'chips/inverter.chip.wasm'
Build custom chip cargo build --release, start the simulation. In VS Code there is GT911 touch screen controller visible in Rust Rover it's Missing Chip and also the simulation does not pick it up.
You can load custom chips to the simulation by adding a
[[chip]]
sections to yourwokwi.toml
configuration. The following example will load a chip fromchip/inverter.chip.wasm
and make it available under the name chip-inverter in Wokwi's diagram:Custom chips - Wokwi docs
The text was updated successfully, but these errors were encountered: