Posts by Jonathan Wong
Simulation / Modeling / Design
May 16, 2023
Asynchronous Error Reporting: When printf Just Won’t Do
Some programming situations call for reporting “soft” errors asynchronously. While printf can be a useful tool, it can increase register use and impact...
17 MIN READ