fmcomms2: cleanup system_top for kc705,kcu105, vc707 and zcu102
parent
2f4904e4d2
commit
f4cc89a7f3
|
@ -125,9 +125,6 @@ module system_top (
|
|||
wire [63:0] gpio_o;
|
||||
wire [63:0] gpio_t;
|
||||
wire [ 7:0] spi_csn;
|
||||
wire spi_clk;
|
||||
wire spi_mosi;
|
||||
wire spi_miso;
|
||||
wire tdd_sync_t;
|
||||
wire tdd_sync_o;
|
||||
wire tdd_sync_i;
|
||||
|
|
|
@ -108,9 +108,6 @@ module system_top (
|
|||
wire [63:0] gpio_o;
|
||||
wire [63:0] gpio_t;
|
||||
wire [ 7:0] spi_csn;
|
||||
// wire spi_clk; redeclaration
|
||||
wire spi_mosi;
|
||||
wire spi_miso;
|
||||
|
||||
// defaults
|
||||
|
||||
|
@ -149,7 +146,7 @@ module system_top (
|
|||
.c0_ddr4_dqs_t (ddr4_dqs_p),
|
||||
.c0_ddr4_odt (ddr4_odt),
|
||||
.c0_ddr4_reset_n (ddr4_reset_n),
|
||||
.enable (),
|
||||
.enable (enable),
|
||||
.gpio0_i (gpio_i[31:0]),
|
||||
.gpio0_o (gpio_o[31:0]),
|
||||
.gpio0_t (gpio_t[31:0]),
|
||||
|
|
|
@ -120,9 +120,6 @@ module system_top (
|
|||
wire [63:0] gpio_o;
|
||||
wire [63:0] gpio_t;
|
||||
wire [ 7:0] spi_csn;
|
||||
wire spi_clk;
|
||||
wire spi_mosi;
|
||||
wire spi_miso;
|
||||
|
||||
// default logic
|
||||
|
||||
|
|
|
@ -69,8 +69,8 @@ module system_top (
|
|||
|
||||
// internal signals
|
||||
|
||||
wire [95:0] gpio_i;
|
||||
wire [95:0] gpio_o;
|
||||
wire [94:0] gpio_i;
|
||||
wire [94:0] gpio_o;
|
||||
wire [ 2:0] spi0_csn;
|
||||
|
||||
// defaults
|
||||
|
@ -81,7 +81,7 @@ module system_top (
|
|||
assign gpio_ctl = gpio_o[43:40];
|
||||
assign gpio_bd_o = gpio_o[20:13];
|
||||
|
||||
assign gpio_i[95:40] = 'h0;
|
||||
assign gpio_i[94:40] = 'h0;
|
||||
assign gpio_i[39:32] = gpio_status;
|
||||
assign gpio_i[31:13] = 'h0;
|
||||
assign gpio_i[12: 0] = gpio_bd_i;
|
||||
|
|
Loading…
Reference in New Issue