mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
Update _traceSignals.py
This commit is contained in:
parent
512dfaa17c
commit
cb422c7909
@ -68,8 +68,6 @@ class _TraceSignalsClass(object):
|
|||||||
|
|
||||||
def __call__(self, dut, *args, **kwargs):
|
def __call__(self, dut, *args, **kwargs):
|
||||||
global _tracing, vcdpath
|
global _tracing, vcdpath
|
||||||
if 'timescale' in kwargs:
|
|
||||||
self.timescale = kwargs['timescale']
|
|
||||||
if isinstance(dut, _Block):
|
if isinstance(dut, _Block):
|
||||||
# now we go bottom-up: so clean up and start over
|
# now we go bottom-up: so clean up and start over
|
||||||
# TODO: consider a warning for the overruled block
|
# TODO: consider a warning for the overruled block
|
||||||
|
Loading…
x
Reference in New Issue
Block a user