From: Luke Kenneth Casson Leighton Date: Wed, 17 Jun 2020 11:08:08 +0000 (+0100) Subject: remove unneeded yield X-Git-Tag: div_pipeline~349 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=347bd64768f5dfec84fb7894d7153f4654b29edf;p=soc.git remove unneeded yield --- diff --git a/src/soc/simple/test/test_issuer.py b/src/soc/simple/test/test_issuer.py index 119c3c7f..c13d793d 100644 --- a/src/soc/simple/test/test_issuer.py +++ b/src/soc/simple/test/test_issuer.py @@ -117,8 +117,6 @@ class TestRunner(FHDLTestCase): # Memory check yield from check_sim_memory(self, l0, sim, code) - yield - sim.add_sync_process(process) with sim.write_vcd("issuer_simulator.vcd", traces=[]):