Commit b73a8e11 authored by Alexey Grebenkin's avatar Alexey Grebenkin

Axi registers test synthesis

parent 4b361952
create_clock -period 20.000 -name axi_aclk -waveform {0.000 10.000} [get_nets axi_aclk]
...@@ -30,7 +30,6 @@ module top #( ...@@ -30,7 +30,6 @@ module top #(
) )
( (
); );
wire [3:0] fclk; wire [3:0] fclk;
wire [3:0] frst; wire [3:0] frst;
wire axi_aclk; wire axi_aclk;
...@@ -440,7 +439,7 @@ PS7 ps7_i ( ...@@ -440,7 +439,7 @@ PS7 ps7_i (
// AXI PS Master GP1 // AXI PS Master GP1
// AXI PS Master GP1: Clock, Reset // AXI PS Master GP1: Clock, Reset
.MAXIGP1ACLK (axi_aclk), // AXI PS Master GP1 Clock , input .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 // AXI PS Master GP1: Read Address
.MAXIGP1ARADDR (ARADDR), // AXI PS Master GP1 ARADDR[31:0], output .MAXIGP1ARADDR (ARADDR), // AXI PS Master GP1 ARADDR[31:0], output
.MAXIGP1ARVALID (ARVALID), // AXI PS Master GP1 ARVALID, output .MAXIGP1ARVALID (ARVALID), // AXI PS Master GP1 ARVALID, output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment