plddr3: sys-rst from board pushbutton

main
Rejeesh Kutty 2014-12-15 12:59:16 -05:00
parent f99bd3609b
commit 0a6769fda9
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
module system_top (
sys_rst,
sys_clk_p,
sys_clk_n,
@ -555,6 +556,7 @@ module system_top (
.spi_sdo_o (spi_mosi),
.sys_clk_clk_n (sys_clk_n),
.sys_clk_clk_p (sys_clk_p),
.sys_rst (sys_rst),
.tx_data_n (tx_data_n),
.tx_data_p (tx_data_p),
.tx_ref_clk (tx_ref_clk),