Skip to content

Commit 4a06ffe

Browse files
committed
bram
1 parent 8189b8d commit 4a06ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/bram/bram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ def goto_next():
7373
#-------------------------------------------------------------------------------
7474
bram = mkBram('my')
7575
user = mkUser(bram)
76-
verilog = ''.join( [bram.toVerilog(), user.toVerilog()] )
76+
verilog = ''.join( (bram.toVerilog(), user.toVerilog()) )
7777
print(verilog)

0 commit comments

Comments
 (0)