code
stringlengths
35
6.69k
score
float64
6.5
11.5
module td_fused_top_fifo_w7_d2_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0] ...
6.827284
module td_fused_top_fifo_w7_d2_S ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; inpu...
6.827284
module td_fused_top_fifo_w7_d2_S_x_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0...
6.827284
module td_fused_top_fifo_w7_d2_S_x ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; in...
6.827284
module td_fused_top_fifo_w7_d7_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0] ...
6.827284
module td_fused_top_fifo_w7_d7_S ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; inpu...
6.827284
module td_fused_top_fifo_w7_d9_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd4; parameter DEPTH = 5'd9; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0] ...
6.827284
module td_fused_top_fifo_w7_d9_S ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd4; parameter DEPTH = 5'd9; input clk; inpu...
6.827284
module td_fused_top_fifo_w8_d2_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0] ...
6.827284
module td_fused_top_fifo_w8_d2_S ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; inpu...
6.827284
module td_fused_top_fifo_w8_d2_S_x_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0...
6.827284
module td_fused_top_fifo_w8_d2_S_x ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; in...
6.827284
module td_fused_top_fifo_w8_d7_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0] ...
6.827284
module td_fused_top_fifo_w8_d7_S ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; inpu...
6.827284
module td_fused_top_fifo_w8_d7_S_x0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:...
6.827284
module td_fused_top_fifo_w8_d7_S_x0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; i...
6.827284
module td_fused_top_fifo_w8_d7_S_x_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0...
6.827284
module td_fused_top_fifo_w8_d7_S_x ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; in...
6.827284
module td_fused_top_fifo_w8_d8_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0] ...
6.827284
module td_fused_top_fifo_w8_d8_S ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; inpu...
6.827284
module td_fused_top_fifo_w8_d8_S_x0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:...
6.827284
module td_fused_top_fifo_w8_d8_S_x0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; i...
6.827284
module td_fused_top_fifo_w8_d8_S_x_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0...
6.827284
module td_fused_top_fifo_w8_d8_S_x ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; in...
6.827284
module td_fused_top_fifo_w9_d2_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd9; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0] ...
6.827284
module td_fused_top_fifo_w9_d2_S ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd9; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; inpu...
6.827284
module td_fused_top_fifo_w9_d2_S_x_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd9; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0...
6.827284
module td_fused_top_fifo_w9_d2_S_x ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd9; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; in...
6.827284
module td_fused_top_fifo_w9_d7_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd9; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; reg [DATA_WIDTH-1:0] ...
6.827284
module td_fused_top_fifo_w9_d7_S ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd9; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd7; input clk; inpu...
6.827284
module td_fused_top_ap_hadd_3_full_dsp_16 ( input wire aclk, input wire aclken, input wire s_axis_a_tvalid, input wire [15:0] s_axis_a_tdata, input wire s_axis_b_tvalid, input wire [15:0] s_axis_b_tdata, output wire m_axis_result_tvalid, output wi...
6.827284
module td_fused_top_hadd_16ns_16ns_16_5_full_dsp_1 #( parameter ID = 25, NUM_STAGE = 5, din0_WIDTH = 16, din1_WIDTH = 16, dout_WIDTH = 16 ) ( input wire clk, input wire reset, input wire ...
6.827284
module td_fused_top_ap_hcmp_0_no_dsp_16 ( input wire s_axis_a_tvalid, input wire [15:0] s_axis_a_tdata, input wire s_axis_b_tvalid, input wire [15:0] s_axis_b_tdata, input wire s_axis_operation_tvalid, input wire [ 7:0] s_axis_operation_tdata, output wire m_...
6.827284
module td_fused_top_hcmp_16ns_16ns_1_2_no_dsp_1 #( parameter ID = 47, NUM_STAGE = 2, din0_WIDTH = 16, din1_WIDTH = 16, dout_WIDTH = 1 ) ( input wire clk, input wire reset, input wire ce...
6.827284
module td_fused_top_ap_hmul_2_max_dsp_16 ( input wire aclk, input wire aclken, input wire s_axis_a_tvalid, input wire [15:0] s_axis_a_tdata, input wire s_axis_b_tvalid, input wire [15:0] s_axis_b_tdata, output wire m_axis_result_tvalid, output wir...
6.827284
module td_fused_top_hmul_16ns_16ns_16_4_max_dsp_1 #( parameter ID = 20, NUM_STAGE = 4, din0_WIDTH = 16, din1_WIDTH = 16, dout_WIDTH = 16 ) ( input wire clk, input wire reset, input wire ...
6.827284
module td_fused_top_hsub_16ns_16ns_16_5_full_dsp_1 #( parameter ID = 37, NUM_STAGE = 5, din0_WIDTH = 16, din1_WIDTH = 16, dout_WIDTH = 16 ) ( input wire clk, input wire reset, input wire ...
6.827284
module td_fused_top_mac_muladd_10s_9ns_8ns_16_4_1_DSP48_0 ( input clk, input rst, input ce, input [10 - 1:0] in0, input [9 - 1:0] in1, input [8 - 1:0] in2, output [16 - 1:0] dout ); wire [27 - 1:0] a; wire [18 - 1:0] b; wire [48 - 1:0] c; wire [45 - 1:0] m; wire [48 - 1:0] p; re...
6.827284
module td_fused_top_mac_muladd_10s_9ns_8ns_16_4_1 ( clk, reset, ce, din0, din1, din2, dout ); parameter ID = 32'd1; parameter NUM_STAGE = 32'd1; parameter din0_WIDTH = 32'd1; parameter din1_WIDTH = 32'd1; parameter din2_WIDTH = 32'd1; parameter dout_WIDTH = 32'd1; input clk; ...
6.827284
module td_fused_top_mul_10s_9ns_16_1_1_Multiplier_0 ( a, b, p ); input [10 - 1 : 0] a; input [9 - 1 : 0] b; output [16 - 1 : 0] p; assign p = (a) * ({1'b0, b}); endmodule
6.827284
module td_fused_top_mul_10s_9ns_16_1_1 ( din0, din1, dout ); parameter ID = 32'd1; parameter NUM_STAGE = 32'd1; parameter din0_WIDTH = 32'd1; parameter din1_WIDTH = 32'd1; parameter dout_WIDTH = 32'd1; input [din0_WIDTH - 1:0] din0; input [din1_WIDTH - 1:0] din1; output [dout_WIDTH - 1:0] d...
6.827284
module td_fused_top_regslice_both #( parameter DataWidth = 32 ) ( input ap_clk, input ap_rst, input [DataWidth-1:0] data_in, input vld_in, output ack_in, output [DataWidth-1:0] data_out, output vld_out, input ack_out, output apdone_blk ); reg [1:0] B_V_data_1_state; wire...
6.827284
module td_fused_top_start_for_tdf10_readFilters68_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; r...
6.827284
module td_fused_top_start_for_tdf10_readFilters68_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf11_readFilters74_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; r...
6.827284
module td_fused_top_start_for_tdf11_readFilters74_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf12_readFilters78_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; r...
6.827284
module td_fused_top_start_for_tdf12_readFilters78_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf1_readFilters18_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf1_readFilters18_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf2_readFilters24_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf2_readFilters24_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf3_readFilters30_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf3_readFilters30_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf4_readFilters36_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf4_readFilters36_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf5_readFilters40_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf5_readFilters40_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf6_readFilters46_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf6_readFilters46_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf7_readFilters52_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf7_readFilters52_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf8_readFilters56_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf8_readFilters56_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_start_for_tdf9_readFilters62_U0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; input [DATA_WIDTH-1:0] data; input ce; input [ADDR_WIDTH-1:0] a; output reg [DATA_WIDTH-1:0] q; re...
6.827284
module td_fused_top_start_for_tdf9_readFilters62_U0 ( clk, reset, if_empty_n, if_read_ce, if_read, if_dout, if_full_n, if_write_ce, if_write, if_din ); parameter MEM_STYLE = "shiftreg"; parameter DATA_WIDTH = 32'd1; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; ...
6.827284
module td_fused_top_tdf10_adjustments_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 48; parameter AWIDTH = 9; parameter MEM_SIZE = 512; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input ...
6.827284
module td_fused_top_tdf10_adjustments ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd48; parameter AddressRange = 32'd512; parameter AddressWidth = 32'd9; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; ou...
6.827284
module td_fused_top_tdf10_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 17; parameter MEM_SIZE = 73728; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [...
6.827284
module td_fused_top_tdf10_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd73728; parameter AddressWidth = 32'd17; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; out...
6.827284
module td_fused_top_tdf10_l2_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 15; parameter MEM_SIZE = 32768; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; inpu...
6.827284
module td_fused_top_tdf10_l2_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd32768; parameter AddressWidth = 32'd15; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; ...
6.827284
module td_fused_top_tdf10_l2_writeOutputs_165_running_sums_3_ram ( addr0, ce0, d0, we0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 6; parameter MEM_SIZE = 64; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; input we0; input [AWIDTH-1:0]...
6.827284
module td_fused_top_tdf10_l2_writeOutputs_165_running_sums_3 ( reset, clk, address0, ce0, we0, d0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd64; parameter AddressWidth = 32'd6; input reset; input clk; input [AddressWidth - 1:0] addre...
6.827284
module td_fused_top_tdf11_l2_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 16; parameter MEM_SIZE = 65536; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; inpu...
6.827284
module td_fused_top_tdf11_l2_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd65536; parameter AddressWidth = 32'd16; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; ...
6.827284
module td_fused_top_tdf11_l2_writeOutputs_171_running_sums_2_ram ( addr0, ce0, d0, we0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 7; parameter MEM_SIZE = 128; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; input we0; input [AWIDTH-1:0...
6.827284
module td_fused_top_tdf11_l2_writeOutputs_171_running_sums_2 ( reset, clk, address0, ce0, we0, d0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd128; parameter AddressWidth = 32'd7; input reset; input clk; input [AddressWidth - 1:0] addr...
6.827284
module td_fused_top_tdf12_adjustments_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 48; parameter AWIDTH = 10; parameter MEM_SIZE = 1000; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; inpu...
6.827284
module td_fused_top_tdf12_adjustments ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd48; parameter AddressRange = 32'd1000; parameter AddressWidth = 32'd10; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; ...
6.827284
module td_fused_top_tdf12_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 17; parameter MEM_SIZE = 128000; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input ...
6.827284
module td_fused_top_tdf12_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd128000; parameter AddressWidth = 32'd17; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; ou...
6.827284
module td_fused_top_tdf1_adjustments_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 48; parameter AWIDTH = 4; parameter MEM_SIZE = 16; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
6.827284
module td_fused_top_tdf1_adjustments ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd48; parameter AddressRange = 32'd16; parameter AddressWidth = 32'd4; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outp...
6.827284
module td_fused_top_tdf1_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 9; parameter MEM_SIZE = 432; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [DWID...
6.827284
module td_fused_top_tdf1_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd432; parameter AddressWidth = 32'd9; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output ...
6.827284
module td_fused_top_tdf2_adjustments_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 48; parameter AWIDTH = 5; parameter MEM_SIZE = 32; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
6.827284
module td_fused_top_tdf2_adjustments ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd48; parameter AddressRange = 32'd32; parameter AddressWidth = 32'd5; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outp...
6.827284
module td_fused_top_tdf2_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 13; parameter MEM_SIZE = 4608; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [DW...
6.827284
module td_fused_top_tdf2_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd4608; parameter AddressWidth = 32'd13; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outpu...
6.827284
module td_fused_top_tdf3_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 9; parameter MEM_SIZE = 512; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [DWID...
6.827284
module td_fused_top_tdf3_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd512; parameter AddressWidth = 32'd9; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output ...
6.827284
module td_fused_top_tdf4_adjustments_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 48; parameter AWIDTH = 7; parameter MEM_SIZE = 128; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [...
6.827284
module td_fused_top_tdf4_adjustments ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd48; parameter AddressRange = 32'd128; parameter AddressWidth = 32'd7; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; out...
6.827284
module td_fused_top_tdf4_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 15; parameter MEM_SIZE = 18432; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
6.827284
module td_fused_top_tdf4_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd18432; parameter AddressWidth = 32'd15; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outp...
6.827284
module td_fused_top_tdf4_l2_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 11; parameter MEM_SIZE = 2048; input [AWIDTH-1:0] addr0; input ce0; output wire [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input ...
6.827284
module td_fused_top_tdf4_l2_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd2048; parameter AddressWidth = 32'd11; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; ou...
6.827284
module td_fused_top_tdf4_l2_writeOutputs_133_running_sums_1_ram ( addr0, ce0, d0, we0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 4; parameter MEM_SIZE = 16; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; input we0; input [AWIDTH-1:0] ...
6.827284
module td_fused_top_tdf4_l2_writeOutputs_133_running_sums_1 ( reset, clk, address0, ce0, we0, d0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd16; parameter AddressWidth = 32'd4; input reset; input clk; input [AddressWidth - 1:0] addres...
6.827284