electrodude

Results 7 comments of electrodude

Not quite finished yet; it sometimes fails while compiling PropLoader.

While you're at it, could you add something along the lines of GCC's `-M` flag for auto-generating Makefile dependencies?

Unlike Mesecons, Digilines doesn't visually update every wire node every time a message is sent, so only the effectors have to be notified of messages, and there's no need to...

Technic's cables don't use VMs - it uses `minetest.get_{node,meta}` to build its cache and then just uses the cache after that. I don't understand how it detects network changes, but...

Thanks to me, Pipeworks now has two blocks that use Digilines.

I updated sbt to version 1.2.8, and also updated iverilog from 0.9.6 to 10.2 and manually installed Cocotb, which I hadn't installed previously. That didn't fix it. I also installed...

I never managed to figure this out; I gave up and did the SpinalWorkshop projects on another machine running CentOS via SSH. SpinalHDL works fine on my own machine for...