Hacker News new | ask | show | jobs
by TD-Linux 2642 days ago
One cool thing you can do with Verilator is use the API to simulate other hardware. For example, here's a Verilog Gameboy being simulated realtime by simulating the display attached to it: https://twitter.com/zephray_wenting/status/11126917323936645...
1 comments

You can do this with any simulator that has a FFI interface - just use the SystemVerilog DPI.