tb_verilator works as intended, however I get this error when running toolchain:
~/Documents/iac/lab0-devtools/autumn/workspace/toolchain$ make tb_toolchain
==== Building Toolchain test =====
test/tb_toolchain.cpp:1:10: fatal error: stdio.h: No such file or directory
1 | #include <stdio.h>
| ^~~~~~~~~
compilation terminated.
make: *** [Makefile:19: tb_toolchain] Error 1