From: Luke Kenneth Casson Leighton Date: Sat, 25 Sep 2021 17:59:23 +0000 (+0100) Subject: more TODO comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8743b3db3d3734d78aab72fbda228ebc65435092;p=soc.git more TODO comments --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 130462e0..74e5b79e 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -462,6 +462,10 @@ class TestRunner(FHDLTestCase): # 3. Compare ############### + # TODO: here just grab one entry from list_of_sim_runners + # (doesn't matter which one, honestly) + # TODO https://bugs.libre-soc.org/show_bug.cgi?id=686#c73 + if self.run_sim: last_sim = copy(sim_states[-1]) elif self.run_hdl: