Skip to content

Commit b35b657

Browse files
committed
Updated the name of memcpy example
1 parent 7e09fcc commit b35b657

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/thread_memcpy_ipcore/thread_memcpy_ipcore.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414

1515

1616
def mkMemcpy():
17-
m = Module('blinkled')
17+
m = Module('memcpy')
1818
clk = m.Input('CLK')
1919
rst = m.Input('RST')
20-
led = m.OutputReg('led', 8, initval=0)
2120

2221
datawidth = 32
2322
addrwidth = 10

0 commit comments

Comments
 (0)