- 07 Jun, 2019 1 commit
-
-
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 1 commit
-
-
rmrf authored
This is the first commit to detect templated SystemC classes. This will recognize the template parameters for the class declaration. The next step will be in determining wait() statements that take as arguments the template parameters.
-
- 29 Jan, 2019 1 commit
-
-
rmrf authored
-
- 22 Jan, 2019 1 commit
-
-
rmrf authored
There was a change to WaitContainer. This caused several calls for SuspensionAutomata to complain. These have been fixed, and warnings have been reduced.
-
- 18 Dec, 2018 1 commit
-
-
rmrf authored
-
- 06 Dec, 2018 1 commit
-
-
rmrf authored
Cleaning up additional warnings.
-
- 05 Dec, 2018 1 commit
-
-
rmrf authored
There seems to be some issue with editor formatting with one of the authors of the code, which has made the code somewhat difficult to read. The first set of goals should be to remove all warnings, and while doing that try to clean up some of the code formatting.
-
- 17 Aug, 2014 2 commits
-
-
Anirudh Kaushik authored
-
Anirudh Kaushik authored
-
- 21 Sep, 2013 1 commit
-
-
Anirudh Kaushik authored
-