chmodJack Posted June 15, 2020 Report Share Posted June 15, 2020 I have an idea that run systemc in browser, so I try to compile systemc to emscripten paltform. But there are some error that I can't handle. Quote Link to comment Share on other sites More sharing options...
maehne Posted June 16, 2020 Report Share Posted June 16, 2020 I have no experience with the emscripten platform. However, the proof-of-concept implementation uses by default QuickThreads to implement co-routines for enabling SC_METHODs and SC_THREADs, which uses platform-specific assembly code. You may have more success using POSIX threads (Pthreads), which seems to be supported by emscripten. You can find detailed build instructions for SystemC in the INSTALL.md file. Quote Link to comment Share on other sites More sharing options...
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.