format code
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 7 Dec 2021 03:26:40 +0000 (19:26 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 7 Dec 2021 03:26:40 +0000 (19:26 -0800)
src/soc/fu/shift_rot/test/test_pipe_caller.py

index ea1aba389132f028fbe975a8d9b4d9183b5ad336..c0e16ba67f6e7264786c9e3e191cf93552216e67 100644 (file)
@@ -174,13 +174,13 @@ class TestRunner(unittest.TestCase):
         yield from ALUHelpers.get_xer_ca(res, alu, dec2)
         yield from ALUHelpers.get_int_o(res, alu, dec2)
 
-        print ("hw outputs", res)
+        print("hw outputs", res)
 
         yield from ALUHelpers.get_sim_int_o(sim_o, sim, dec2)
         yield from ALUHelpers.get_wr_sim_cr_a(sim_o, sim, dec2)
         yield from ALUHelpers.get_wr_sim_xer_ca(sim_o, sim, dec2)
 
-        print ("sim outputs", sim_o)
+        print("sim outputs", sim_o)
 
         ALUHelpers.check_cr_a(self, res, sim_o, "CR%d %s" % (cridx, code))
         ALUHelpers.check_xer_ca(self, res, sim_o, code)