util_wfifo: Cosmetic changes.

main
Istvan Csomortani 2015-09-23 16:30:31 +03:00
parent f9801e8c85
commit 516c59523d
1 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
// ***************************************************************************
// ***************************************************************************
// Copyright 2011(c) Analog Devices, Inc.
//
//
// All rights reserved.
//
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
// - Redistributions of source code must retain the above copyright
@ -21,16 +21,16 @@
// patent holders to use this software.
// - Use of the software either in source or binary form, must be run
// 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,
// INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A
// PARTICULAR PURPOSE ARE DISCLAIMED.
//
// 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
// 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,
// 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.
// ***************************************************************************
// ***************************************************************************
@ -182,20 +182,20 @@ module util_wfifo (
reg [ 7:0] din_enable = 'd0;
reg [ 2:0] din_dcnt = 'd0;
reg din_wr = 'd0;
reg [(ADDRESS_WIDTH-1):0] din_waddr = 'd0;
reg [(ADDRESS_WIDTH-1):0] din_waddr = 'd0;
reg din_waddr_rel_t = 'd0;
reg [(ADDRESS_WIDTH-1):0] din_waddr_rel = 'd0;
reg [(ADDRESS_WIDTH-1):0] din_waddr_rel = 'd0;
reg [ 2:0] din_ovf_m = 'd0;
reg din_ovf = 'd0;
reg [ 2:0] dout_waddr_rel_t_m = 'd0;
reg [(ADDRESS_WIDTH-1):0] dout_waddr_rel = 'd0;
reg [(ADDRESS_WIDTH-1):0] dout_waddr_rel = 'd0;
reg dout_ovf_int = 'd0;
reg [ 7:0] dout_enable_m = 'd0;
reg [ 7:0] dout_enable = 'd0;
reg dout_rd = 'd0;
reg dout_rd_d = 'd0;
reg [(DATA_WIDTH-1):0] dout_rdata_d = 'd0;
reg [(ADDRESS_WIDTH-1):0] dout_raddr = 'd0;
reg [(ADDRESS_WIDTH-1):0] dout_raddr = 'd0;
// internal signals