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

target/sim: Add VCS simulation flow #163

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

target/sim: Add VCS simulation flow #163

wants to merge 8 commits into from

Conversation

CyrilKoe
Copy link
Contributor

@CyrilKoe CyrilKoe commented Oct 29, 2024

This required this change:
AXI : pulp-platform/axi@6879518

  • cheshire_pkg.sv
    • VCS: Support for parameter of type 'DefaultMapEntry' inside 'Function' is not yet implemented
  • vip_cheshire_soc.sv
    • @(negedge rst_n) is not detected by VCS as rst_n is de-asserted at delta 0.
    • streams require explicit cast to string
    • concatenation of interfaces using { } is not in the standard

TODO:

@CyrilKoe CyrilKoe force-pushed the ck/vcs branch 4 times, most recently from 16451dd to 05022af Compare October 29, 2024 16:17
@CyrilKoe CyrilKoe requested a review from paulsc96 October 29, 2024 16:25
@CyrilKoe CyrilKoe self-assigned this Oct 29, 2024
@paulsc96 paulsc96 added this to the v0.2.0 milestone Nov 14, 2024
@paulsc96 paulsc96 marked this pull request as ready for review November 29, 2024 21:18
@paulsc96 paulsc96 changed the title Add VCS simulation flow target/sim: Add VCS simulation flow Nov 29, 2024
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.

2 participants