Amit Bhandu Posted November 7, 2021 Report Posted November 7, 2021 Hello, Just wondering which features of modern C++ can be used for rewriting SystemC simulator to make it more fast and more expressive? Thanks and regards- Amit Quote
David Black Posted November 7, 2021 Report Posted November 7, 2021 All, if you rewrite the core. SystemC is simply a C++ library. I routinely use C++17 with SystemC. I will suggest we don’t use C++20 for a few more years because: 1. Compilers are still too immature 2. Some of the changes are quite radical and will take time for user education (e.g., coroutines, modules, and ranges) 3. Some changes would possibly require to much refactoring (e.g., modules) Amit Bhandu and maehne 2 Quote
Amit Bhandu Posted December 15, 2021 Author Report Posted December 15, 2021 Hi David, Thank very much for help. Regards, Amit Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.