Jump to content

SystemC QuickThread


Rd7

Recommended Posts

Hello, 

I am learning SystemC and threading. I want to write a program using quickthread concept. I came across the official git repo (https://github.com/nakane1chome/SystemC-QuickThreads) but not able to find any example codes. It would be helpful if someone could point me towards related resources which will explain on how to use the quickthread library.

Thanks in advance.

Link to comment
Share on other sites

@Rd7, if you don't have a tight dependency on using QuickThreads for Co-Routine support.

I would probably prefer using C++20 co-routines details here: https://en.cppreference.com/w/cpp/language/coroutines.

This would probably ensure your code to be portable across systems Windows, GNU/Linux, Mac, etc. where C++ compiler and their associated libraries support various C++ standards.

Hope this helps.

Regards,

Ameya Vikram Singh

Link to comment
Share on other sites

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...