Add support for fork scopes #21
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Yehowshua/FastWaveBackend#21
Loading…
Reference in a new issue
No description provided.
Delete branch "fork"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Based on 18.2.3.4 $scope of the Verilog standard, there is a fifth scope type:
fork
, which at least ModelSim outputs.Interesting, what do the fork scopes do?
It is used to model parallel events. Not sure why ModelSim uses it though (if I recall correctly it splits records into forks in the VCD).