Video wird geladen...
Video konnte nicht geladen werden
I finally did it!!! a complete FPGA toolchain (synthesis, placement, routing, and programming) running entirely in the browser
228,260 Aufrufe • vor 2 Jahren •via X (Twitter)
11 Kommentare

see

if you want to test this for yourself, open and play away :D

figured out how to add Python to the YoWASP extension, stay tuned :D :D (not just the ability to run isolated Python files, but proper support for pyproject.toml with dependencies and everything)

the toolchain even works on my Pixel 6 (in Chrome) has anyone ever programmed an FPGA from their mobile phone before? :D

That's incredible! Removing the need to install the tool suit removes a big barrier for those starting out or just wanting to play.

thanks! yes, this is the hope

wow, this is incredible

@nyxtelius thanks!

good lord. congratulations!

@ferristweetsnow Amazing! Are the tools compiled to WASI? If yes what do you use as WASI runtime inside VSCode? (or if compiled to plain WASM, how do you deal with synchronous IO calls?) (I currently use this extension: which is awkward for users because only pre-release)

@ferristweetsnow I use WASI and I wrote my own WASI virtualization layer

