- 05 Aug, 2019 1 commit
-
-
rmrf authored
method-as-member-variable: This test identifies a missing feature. That being, when there is a an SC_MODULE instantiated within an SC_MODULE as a member variable, then it is not recognized. The reason is because there is no second pass after the initial sc_module collection.
-
- 01 Aug, 2019 3 commits
-
-
rmrf authored
Remove the -g flag.
-
rmrf authored
For the time being, USE_SAUTO is not defined by default. This means that we do not need to compile the respective files into the libsystemc-clang library. The CMakeLists adjust that. The source code must also use #ifdef and #endif pairs to isolate the code that generates and dumps the SAUTO. This has also been added. The focus as of now is going to be primarily on sc_method processes.
-
rmrf authored
-
- 30 Jul, 2019 3 commits
- 12 Jul, 2019 1 commit
-
-
rmrf authored
-
- 11 Jul, 2019 2 commits
- 09 Jul, 2019 3 commits
- 08 Jul, 2019 2 commits
- 05 Jul, 2019 5 commits
- 15 Jun, 2019 1 commit
-
-
rmrf authored
-
- 07 Jun, 2019 2 commits
-
-
rmrf authored
-
rmrf authored
This commit has several fixes in it. The overall fix is introducing a feature to recognize templated waits. This is when the class has a template type, say D1, and the wait() uses it as an argument such as wait(D1). The commit works in a way where both non-templated and templated type use the same WaitContainer class.
-
- 04 Jun, 2019 2 commits
- 22 May, 2019 3 commits
- 11 May, 2019 1 commit
-
-
rmrf authored
-
- 19 Mar, 2019 1 commit
-
-
rmrf authored
-
- 15 Mar, 2019 1 commit
-
-
rmrf authored
-
- 21 Feb, 2019 1 commit
-
-
rmrf authored
-
- 19 Feb, 2019 3 commits
- 15 Feb, 2019 4 commits
- 11 Feb, 2019 1 commit
-
-
rmrf authored
-