test/test_analyzer: add TODO

This commit is contained in:
Florent Kermarrec 2017-01-19 05:30:40 +01:00
parent a80d890fb9
commit f2d63aa1f3
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ from litex.gen import *
from litescope import LiteScopeAnalyzer from litescope import LiteScopeAnalyzer
#TODO:
# - improve testing with a software model and check that the implementation
# has a similar behaviour.
class DUT(Module): class DUT(Module):
def __init__(self): def __init__(self):