From 271731ebc8f30143efefe45824492662b6dd9802 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 27 Jan 2018 10:06:51 +0100 Subject: [PATCH] fmcomms5: Remove wires that are redeclarations of ports Fixes the following warnings: [Synth 8-2611] redeclaration of ansi port txnrx_0 is not allowed [Synth 8-2611] redeclaration of ansi port enable_0 is not allowed [Synth 8-2611] redeclaration of ansi port enable_1 is not allowed [Synth 8-2611] redeclaration of ansi port txnrx_1 is not allowed This is a leftover of commit 1c23cf46216a ("all: Update verilog files to verilog-2001"). Signed-off-by: Lars-Peter Clausen --- projects/fmcomms5/zc702/system_top.v | 4 ---- projects/fmcomms5/zc706/system_top.v | 4 ---- projects/fmcomms5/zcu102/system_top.v | 4 ---- 3 files changed, 12 deletions(-) diff --git a/projects/fmcomms5/zc702/system_top.v b/projects/fmcomms5/zc702/system_top.v index 1f7f39db9..bb0df2d84 100644 --- a/projects/fmcomms5/zc702/system_top.v +++ b/projects/fmcomms5/zc702/system_top.v @@ -154,10 +154,6 @@ module system_top ( wire spi1_clk; wire spi1_mosi; wire spi1_miso; - wire txnrx_0; - wire enable_0; - wire txnrx_1; - wire enable_1; // multi-chip synchronization diff --git a/projects/fmcomms5/zc706/system_top.v b/projects/fmcomms5/zc706/system_top.v index eebfc282b..0626431d0 100644 --- a/projects/fmcomms5/zc706/system_top.v +++ b/projects/fmcomms5/zc706/system_top.v @@ -155,10 +155,6 @@ module system_top ( wire spi1_clk; wire spi1_mosi; wire spi1_miso; - wire txnrx_0; - wire enable_0; - wire txnrx_1; - wire enable_1; // multi-chip synchronization diff --git a/projects/fmcomms5/zcu102/system_top.v b/projects/fmcomms5/zcu102/system_top.v index 16cbda018..75f4019e6 100644 --- a/projects/fmcomms5/zcu102/system_top.v +++ b/projects/fmcomms5/zcu102/system_top.v @@ -121,10 +121,6 @@ module system_top ( wire spi1_clk; wire spi1_mosi; wire spi1_miso; - wire txnrx_0; - wire enable_0; - wire txnrx_1; - wire enable_1; // multi-chip synchronization