continue with eint
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Jul 2018 09:11:08 +0000 (10:11 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Jul 2018 09:11:08 +0000 (10:11 +0100)
src/bsv/peripheral_gen.py

index 12ca85e4047fcdbe949ee15eaff0e21f7a6af546..e7340a4aabe9def529e4355f2c8ec4104a471400 100644 (file)
@@ -315,7 +315,7 @@ class eint(PBase):
             pname = p['name']
             sname = self.peripheral.pname(pname).format(count)
             ps = "pinmux.peripheral_side.%s_out_en" % sname
-            ret.append("        {0} = 1'b1;".format(ps))
+            ret.append("        {0} <= 1'b1;".format(ps))
         ret.append("    endrule")
         return '\n'.join(ret)