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

Feature: Add verilator support #20

Closed
dpretet opened this issue Apr 5, 2020 · 1 comment
Closed

Feature: Add verilator support #20

dpretet opened this issue Apr 5, 2020 · 1 comment
Assignees
Milestone

Comments

@dpretet
Copy link
Owner

dpretet commented Apr 5, 2020

While writing a SystemVerilog based IP, Verilator became a very important feature to implement.
feature-verilator branch start to put in place this simulator support.

@dpretet dpretet self-assigned this Apr 5, 2020
@dpretet dpretet added this to the v1.4 milestone Apr 5, 2020
@dpretet
Copy link
Owner Author

dpretet commented Apr 11, 2020

After evaluation of Verilator, the tool can't integrated to SVUT because of its non-support of wait, @ EVENT or delay statements. The branch will merge to master nonetheless because it brings many code clean-up and simplification.

  • Macros have been cleaned and unified when possible
  • Macros share a common message format with a dedicated function
  • It's now possible to pass an expression to evaluate to a macro.

@dpretet dpretet closed this as completed Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant