lib.cdc: add tests for MultiReg.
This commit is contained in:
parent
35a44f017f
commit
fe8cb55204
2 changed files with 44 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ from vcd.gtkw import GTKWSave
|
|||
|
||||
from ..tools import flatten
|
||||
from ..hdl.ast import *
|
||||
from ..hdl.ir import *
|
||||
from ..hdl.xfrm import ValueVisitor, StatementVisitor
|
||||
|
||||
|
||||
|
|
@ -359,6 +360,9 @@ class Simulator:
|
|||
self._gtkw_file = gtkw_file
|
||||
self._traces = traces
|
||||
|
||||
while not isinstance(self._fragment, Fragment):
|
||||
self._fragment = self._fragment.get_fragment(platform=None)
|
||||
|
||||
@staticmethod
|
||||
def _check_process(process):
|
||||
if inspect.isgeneratorfunction(process):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue