Skip to content

Commit 715efa3

Browse files
committed
bram is updated
1 parent eca36f7 commit 715efa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/bram/bram.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
99

1010
from veriloggen import *
11-
import veriloggen.dataflow as dataflow
1211

1312
def mkBram(datawidth=32, addrwidth=10, numports=2):
1413
m = Module('BRAM%d' % numports)

0 commit comments

Comments
 (0)