mirror of
https://github.com/verilator/verilator.git
synced 2025-04-04 19:52:39 +00:00
This commit is contained in:
parent
64af83161a
commit
739521333c
@ -955,6 +955,7 @@ def run_analysis(ccl: Iterable[CompileCommand], pccl: Iterable[CompileCommand],
|
||||
compile_command.directory)
|
||||
|
||||
|
||||
@dataclass
|
||||
class ParallelAnalysisProcess:
|
||||
cav: Optional[CallAnnotationsValidator] = None
|
||||
diags: set[Diagnostic] = dataclasses.field(default_factory=set)
|
||||
|
Loading…
Reference in New Issue
Block a user