From f2d63aa1f36c015de578da7f264c4d774bfd60db Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 19 Jan 2017 05:30:40 +0100 Subject: [PATCH] test/test_analyzer: add TODO --- test/test_analyzer.py | 4 ++++ 1 file changed, 4 insertions(+) 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):