output ilang for ALU to unique file
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 20 May 2020 13:50:39 +0000 (14:50 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 20 May 2020 13:50:39 +0000 (14:50 +0100)
src/soc/fu/alu/test/test_pipe_caller.py

index 9a9e55714c6ac7cb286ec58fe7c04d8c0664f8be..935e272fc6534de7b077dec969463e000f91ca6b 100644 (file)
@@ -166,7 +166,7 @@ class ALUTestCase(FHDLTestCase):
         pspec = ALUPipeSpec(id_wid=2, op_wid=get_rec_width(rec))
         alu = ALUBasePipe(pspec)
         vl = rtlil.convert(alu, ports=alu.ports())
-        with open("pipeline.il", "w") as f:
+        with open("alu_pipeline.il", "w") as f:
             f.write(vl)