Jump to content

Which features of modern C++ (11,14,17,20) can be used in SystemC/TLM?


Amit Bhandu

Recommended Posts

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)

Link to comment
Share on other sites

  • 1 month later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...