`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 16:05:51 03/12/2019 // Design Name: // Module Name: Layer3_Pool_Top // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revision: // Revision 0.01 - File Created // Additional Comments: // ////////////////////////////////////////////////////////////////////////////////// module Layer3_Pool_Top #( parameter bits = 16 , //quantization bit number parameter bits_shift = 4 , //we can shift but not multy parameter channel_num = 16 ) ( input clk_in, input rst_n, input [(channel_num<