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 b35b657 commit b2f80c5Copy full SHA for b2f80c5
examples/thread_memcpy_ipcore/test_thread_memcpy_ipcore.py
@@ -8,7 +8,6 @@
8
9
reg uut_CLK;
10
reg uut_RST;
11
- wire [8-1:0] uut_led;
12
wire [32-1:0] uut_maxi_awaddr;
13
wire [8-1:0] uut_maxi_awlen;
14
wire uut_maxi_awvalid;
@@ -40,12 +39,11 @@
40
39
wire uut_saxi_rvalid;
41
reg uut_saxi_rready;
42
43
- blinkled
+ memcpy
44
uut
45
(
46
.CLK(uut_CLK),
47
.RST(uut_RST),
48
- .led(uut_led),
49
.maxi_awaddr(uut_maxi_awaddr),
50
.maxi_awlen(uut_maxi_awlen),
51
.maxi_awvalid(uut_maxi_awvalid),
@@ -978,11 +976,10 @@
978
976
979
977
980
981
-module blinkled
+module memcpy
982
983
input CLK,
984
input RST,
985
- output reg [8-1:0] led,
986
output reg [32-1:0] maxi_awaddr,
987
output reg [8-1:0] maxi_awlen,
988
output reg maxi_awvalid,
0 commit comments