mirror of
https://github.com/enjoy-digital/litescope.git
synced 2025-01-04 09:52:27 -05:00
test/test_analyzer: add TODO
This commit is contained in:
parent
a80d890fb9
commit
f2d63aa1f3
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ from litex.gen import *
|
|||
|
||||
from litescope import LiteScopeAnalyzer
|
||||
|
||||
#TODO:
|
||||
# - improve testing with a software model and check that the implementation
|
||||
# has a similar behaviour.
|
||||
|
||||
|
||||
class DUT(Module):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in a new issue