test/test_analyzer: add TODO
This commit is contained in:
parent
a80d890fb9
commit
f2d63aa1f3
|
@ -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 New Issue