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=4e3a8b55e721066a5a29820c390967af8573593e;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: