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

public events field of EventSet and eventSets field of SuperscalarEve… #2464

Merged
merged 2 commits into from
May 14, 2020
Merged

public events field of EventSet and eventSets field of SuperscalarEve… #2464

merged 2 commits into from
May 14, 2020

Conversation

lihsinyi
Copy link
Contributor

public events field of EventSet and eventSets field of SuperscalarEventSets
and apply hits of EventSet when EventSet is constructed,
so events in EventSet and SuperscalarEventSets could be monitor

Related issue:

Type of change: other enhancement

Impact: no functional change

Development Phase: implementation

Release Notes

** Purpose **
I am going to write a monitor for eventSets,
And I need to apply EventSet.hits whenever EventSet is instantiate because if I call EventSet.hits as a function in the monitor out of the scope it is instantiated, event lists in EventSet.events are not available.

…ntSets

and apply hits of EventSet when EventSet is constructed,
so events in EventSet and SuperscalarEventSets could be monitor
When evaluating EventSet.hits, event signals may not ready.
change EventSet.hits to be Wire and evaluate in EventSet.check function,
signals should be ready when EventSet.check is called
@lihsinyi lihsinyi requested a review from aswaterman May 14, 2020 07:13
@aswaterman aswaterman merged commit 17c09cc into chipsalliance:master May 14, 2020
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