ModernSystemC icon indicating copy to clipboard operation
ModernSystemC copied to clipboard

Example code for Modern SystemC using Modern C++

Results 4 ModernSystemC issues
Sort by recently updated
recently updated
newest added

Welcome to [Mend Bolt for GitHub](https://github.com/apps/mend-bolt-for-github) (formerly WhiteSource). This is an onboarding PR to help you understand and configure settings before Mend starts scanning your repository for security vulnerabilities. :vertical_traffic_light:...

A lot of programmers prefer `printf` over `std::cout` due to its simpler formatting; however, `printf` suffers from safety issues. A huge step forward to solving this problem was the introduction...

https://github.com/dcblack/ModernSystemC/blob/214448ffd437c1787b70b2b660d5a5b9fb469309/main.cpp#L72 Reporting configuration and associated variables (e.g. mout) should be part of a compiled report.cpp.

mout is assumed by report macros, but was silently instantiated in main. It should be part of report.cpp

documentation