Hacker News new | ask | show | jobs
by blackguardx 3521 days ago
Knowing how to debug C won't help you. There is no state machine running your code. Stepping through instructions doesn't apply.

Debugging HDL involves looking at timing waveforms in a simulator.

1 comments

Could one write a state machine running the code? VMs do.