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 eca36f7 commit 715efa3Copy full SHA for 715efa3
examples/bram/bram.py
@@ -8,7 +8,6 @@
8
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
9
10
from veriloggen import *
11
-import veriloggen.dataflow as dataflow
12
13
def mkBram(datawidth=32, addrwidth=10, numports=2):
14
m = Module('BRAM%d' % numports)
0 commit comments