We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8189b8d commit 4a06ffeCopy full SHA for 4a06ffe
sample/bram/bram.py
@@ -73,5 +73,5 @@ def goto_next():
73
#-------------------------------------------------------------------------------
74
bram = mkBram('my')
75
user = mkUser(bram)
76
-verilog = ''.join( [bram.toVerilog(), user.toVerilog()] )
+verilog = ''.join( (bram.toVerilog(), user.toVerilog()) )
77
print(verilog)
0 commit comments