From: Cesar Strauss Date: Sat, 6 Feb 2021 21:33:26 +0000 (-0300) Subject: Fix whitespace X-Git-Tag: convert-csv-opcode-to-binary~257 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c280521e702270d04ef77b137d1bb13aacbd1e8;p=soc.git Fix whitespace --- diff --git a/src/soc/simple/test/test_issuer.py b/src/soc/simple/test/test_issuer.py index 97fa16d4..78662579 100644 --- a/src/soc/simple/test/test_issuer.py +++ b/src/soc/simple/test/test_issuer.py @@ -39,11 +39,11 @@ from soc.fu.div.test.test_pipe_caller import DivTestCases from soc.fu.logical.test.test_pipe_caller import LogicalTestCase from soc.fu.shift_rot.test.test_pipe_caller import ShiftRotTestCase from soc.fu.cr.test.test_pipe_caller import CRTestCase -#from soc.fu.branch.test.test_pipe_caller import BranchTestCase -#from soc.fu.spr.test.test_pipe_caller import SPRTestCase +# from soc.fu.branch.test.test_pipe_caller import BranchTestCase +# from soc.fu.spr.test.test_pipe_caller import SPRTestCase from soc.fu.ldst.test.test_pipe_caller import LDSTTestCase from soc.simulator.test_sim import (GeneralTestCases, AttnTestCase) -#from soc.simulator.test_helloworld_sim import HelloTestCases +# from soc.simulator.test_helloworld_sim import HelloTestCases def setup_i_memory(imem, startaddr, instructions): @@ -123,8 +123,8 @@ def get_dmi(dmi, addr): if ack: break yield - yield # wait one - data = yield dmi.dout # get data after ack valid for 1 cycle + yield # wait one + data = yield dmi.dout # get data after ack valid for 1 cycle yield dmi.req_i.eq(0) yield dmi.addr_i.eq(0) yield dmi.we_i.eq(0) @@ -148,7 +148,7 @@ class TestRunner(FHDLTestCase): addr_wid=48, mask_wid=8, imem_reg_wid=64, - #wb_data_width=32, + # wb_data_width=32, use_pll=False, nocore=False, xics=False, @@ -187,7 +187,7 @@ class TestRunner(FHDLTestCase): for test in self.test_data: # pull a reset - #yield from set_dmi(dmi, DBGCore.CTRL, 1<