daq3_zc706: Delete trailing spaces from system_top

main
Istvan Csomortani 2014-12-18 10:06:29 +02:00
parent df205f5cea
commit d483801e2d
1 changed files with 16 additions and 16 deletions

View File

@ -1,9 +1,9 @@
// *************************************************************************** // ***************************************************************************
// *************************************************************************** // ***************************************************************************
// Copyright 2011(c) Analog Devices, Inc. // Copyright 2011(c) Analog Devices, Inc.
// //
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, // Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met: // are permitted provided that the following conditions are met:
// - Redistributions of source code must retain the above copyright // - Redistributions of source code must retain the above copyright
@ -21,16 +21,16 @@
// patent holders to use this software. // patent holders to use this software.
// - Use of the software either in source or binary form, must be run // - Use of the software either in source or binary form, must be run
// on or directly connected to an Analog Devices Inc. component. // on or directly connected to an Analog Devices Inc. component.
// //
// THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, // THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
// INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A // INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A
// PARTICULAR PURPOSE ARE DISCLAIMED. // PARTICULAR PURPOSE ARE DISCLAIMED.
// //
// IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, // IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY
// RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR // RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
// BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, // BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// *************************************************************************** // ***************************************************************************
// *************************************************************************** // ***************************************************************************
@ -90,7 +90,7 @@ module system_top (
hdmi_hsync, hdmi_hsync,
hdmi_data_e, hdmi_data_e,
hdmi_data, hdmi_data,
spdif, spdif,
iic_scl, iic_scl,
@ -104,7 +104,7 @@ module system_top (
rx_sync_n, rx_sync_n,
rx_data_p, rx_data_p,
rx_data_n, rx_data_n,
tx_ref_clk_p, tx_ref_clk_p,
tx_ref_clk_n, tx_ref_clk_n,
tx_sysref_p, tx_sysref_p,
@ -113,7 +113,7 @@ module system_top (
tx_sync_n, tx_sync_n,
tx_data_p, tx_data_p,
tx_data_n, tx_data_n,
trig_p, trig_p,
trig_n, trig_n,
@ -121,12 +121,12 @@ module system_top (
adc_fda, adc_fda,
dac_irq, dac_irq,
clkd_status, clkd_status,
adc_pd, adc_pd,
dac_txen, dac_txen,
sysref_p, sysref_p,
sysref_n, sysref_n,
spi_csn_clk, spi_csn_clk,
spi_csn_dac, spi_csn_dac,
spi_csn_adc, spi_csn_adc,
@ -183,7 +183,7 @@ module system_top (
output hdmi_hsync; output hdmi_hsync;
output hdmi_data_e; output hdmi_data_e;
output [23:0] hdmi_data; output [23:0] hdmi_data;
output spdif; output spdif;
inout iic_scl; inout iic_scl;
@ -197,7 +197,7 @@ module system_top (
output rx_sync_n; output rx_sync_n;
input [ 3:0] rx_data_p; input [ 3:0] rx_data_p;
input [ 3:0] rx_data_n; input [ 3:0] rx_data_n;
input tx_ref_clk_p; input tx_ref_clk_p;
input tx_ref_clk_n; input tx_ref_clk_n;
input tx_sysref_p; input tx_sysref_p;
@ -206,7 +206,7 @@ module system_top (
input tx_sync_n; input tx_sync_n;
output [ 3:0] tx_data_p; output [ 3:0] tx_data_p;
output [ 3:0] tx_data_n; output [ 3:0] tx_data_n;
input trig_p; input trig_p;
input trig_n; input trig_n;
@ -214,12 +214,12 @@ module system_top (
inout adc_fda; inout adc_fda;
inout dac_irq; inout dac_irq;
inout [ 1:0] clkd_status; inout [ 1:0] clkd_status;
inout adc_pd; inout adc_pd;
inout dac_txen; inout dac_txen;
output sysref_p; output sysref_p;
output sysref_n; output sysref_n;
output spi_csn_clk; output spi_csn_clk;
output spi_csn_dac; output spi_csn_dac;
output spi_csn_adc; output spi_csn_adc;
@ -235,7 +235,7 @@ module system_top (
reg adc_dsync = 'd0; reg adc_dsync = 'd0;
reg adc_dwr = 'd0; reg adc_dwr = 'd0;
reg [127:0] adc_ddata = 'd0; reg [127:0] adc_ddata = 'd0;
// internal signals // internal signals
wire sysref; wire sysref;