diff --git a/test/test_analyzer.py b/test/test_analyzer.py index 10343e3..f351018 100644 --- a/test/test_analyzer.py +++ b/test/test_analyzer.py @@ -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):