Uri Shaked
Uri Shaked
Currently, the Raspberry Pi Pico simulator only simulates a single core. While this is sufficient for most applications, we've seen some use cases where users want to simulate both cores....
This issue tracks the texts for translating wokwi.com. Subscribe to get a notification whenever there are new texts to translate. The most recent version of the translation files are listed...
Use this issue to submit projects for https://wokwi.com/rust. You can also request to update/replace an existing project, or to remove a project.
> 2024-04-20 21:42:35 - [WARNING] - PORTS CHECK FAILED: openframe_project_wrapper ports do not match the golden wrapper ports. Mismatching ports are : ['vccd2', 'vssd2'] Is that the expected behavior?
**Describe the bug** A clear and concise description of what the bug is. **Version** 1.2.48 (b6a6f12642df6b84facc24a77f9a6f67a0d62dab) **To Reproduce** Generate a 8kbyte ROM binary file, e.g.: ```shell dd if=/dev/zero bs=1 count=8192...
I wrote a few python scripts which can dump the ROM data directly from a given GDS file, and even replace the ROM content of in a GDS file. This...
Otherwise, copying the ROM data fail as we're trying to copy from `macros/rom_configs/example_1kbyte.bin` -> `macros/sky130_rom_1kbyte/rom_configs/example_1kbyte.bin`, and the destination directory does not exist.
Thanks for the detailed instructions! I'm trying this on my Supabase database acting as a primary server (Pro subscription with Small add-on), and a local testing database acting as the...
I took the [ssd1306_128x64_i2c](https://github.com/adafruit/Adafruit_SSD1306/blob/master/examples/ssd1306_128x64_i2c/ssd1306_128x64_i2c.ino) example and turned it into an online playground on Wokwi, an Arduino teaching platform I'm working on. The playground allows you to run the code *in...
I believe think it might be possible to break the chip by mistakenly setting la0 (`active`) to `0xFFFFFFFF`, thus activating all the designs at once. Can we protect against this?