-
Notifications
You must be signed in to change notification settings - Fork 40
temporal assertions #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You need to include |
I used this example, but I encountered a series of errors. |
in this example I just included sct_assert.h |
Could the issue be caused by my SystemC version? |
Yes, if you use any other version of SystemC that could lead to errors. The simplest way to get SystemC 3.0.0 is to install ICSC as it described at https://github.com/intel/systemc-compiler/wiki/Getting-started |
What is your SystemC version? |
my systemC version is 2.3.1 |
The current verion is 3.0.0. The assertion likely works with 2.3.3 and 2.3.4. You need to update SystemC, |
What libraries do I need to add to be able to use temporal assertions?
The text was updated successfully, but these errors were encountered: