> You can emulate anything on a microcontroller if you're determined enough. It just won't run as fast as you might want.
You can absolutely compile Verilog to C using Verilator and run it on a microcontroller. The performance is abysmal, and it completely misses the point of using HDL, but it does work. :)
You can absolutely compile Verilog to C using Verilator and run it on a microcontroller. The performance is abysmal, and it completely misses the point of using HDL, but it does work. :)
https://www.reddit.com/r/FPGA/comments/r86hod/running_verila...