Skip to content
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

VCS and Verilator support #358

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LucaRufer
Copy link

Minimal changes required to compile sources and simulation targets for VCS (version W-2024.09-1) and Verilator (v5.028-44-g1d79f5c59):

  • Verilator requires the std:: prefix when using built-in classes like std::semaphore and std::mailbox.
  • Verilator cannot compute static variables at compile time when conditional operator is used.
  • Verilator cannot determine the default type for Associative Arrays if a parameter is used.
  • VCS requires parameter types to match when calling a function with a class object. If any of the axi_??_beat classes are instantiated directly and not from the typedefs in axi_driver, they cannot be passed to a function of a axi_driver object, as parameter and parameter int are not the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant