Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393_sata
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393_sata
Commits
b73a8e11
Commit
b73a8e11
authored
Jul 16, 2015
by
Alexey Grebenkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Axi registers test synthesis
parent
4b361952
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
axi_regs.xdc
synt/axi_regs.xdc
+1
-0
top.v
top.v
+1
-2
No files found.
synt/axi_regs.xdc
0 → 100644
View file @
b73a8e11
create_clock -period 20.000 -name axi_aclk -waveform {0.000 10.000} [get_nets axi_aclk]
top.v
View file @
b73a8e11
...
...
@@ -30,7 +30,6 @@ module top #(
)
(
)
;
wire
[
3
:
0
]
fclk
;
wire
[
3
:
0
]
frst
;
wire
axi_aclk
;
...
...
@@ -440,7 +439,7 @@ PS7 ps7_i (
// AXI PS Master GP1
// AXI PS Master GP1: Clock, Reset
.
MAXIGP1ACLK
(
axi_aclk
)
,
// AXI PS Master GP1 Clock , input
.
MAXIGP1ARESETN
(
axi_rst
)
,
// AXI PS Master GP1 Reset, output
.
MAXIGP1ARESETN
()
,
// AXI PS Master GP1 Reset, output
// AXI PS Master GP1: Read Address
.
MAXIGP1ARADDR
(
ARADDR
)
,
// AXI PS Master GP1 ARADDR[31:0], output
.
MAXIGP1ARVALID
(
ARVALID
)
,
// AXI PS Master GP1 ARVALID, output
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment