daq3/zc706: Fix system_top instantiation

Delete used interrupt ports: the ps_intr_10 and ps_intr_11 is used by
the jesd cores.
main
Istvan Csomortani 2017-07-06 13:29:09 +01:00
parent 00944ecfd9
commit 98cf18dd51
1 changed files with 0 additions and 2 deletions

View File

@ -290,8 +290,6 @@ module system_top (
.ps_intr_07 (1'b0),
.ps_intr_08 (1'b0),
.ps_intr_09 (1'b0),
.ps_intr_10 (1'b0),
.ps_intr_11 (1'b0),
.rx_data_0_n (rx_data_n[0]),
.rx_data_0_p (rx_data_p[0]),
.rx_data_1_n (rx_data_n[1]),