tactcomplabs / rev

RISC-V SST CPU Component
Other
17 stars 21 forks source link

Fix rev_fast_printf #324

Closed leekillough closed 4 weeks ago

leekillough commented 4 weeks ago

This fixes the problem mentioned in https://github.com/tactcomplabs/rev/pull/323 but removes the format attribute which does printf argument checking. The C and C++ solutions have to be slightly different.