code
stringlengths
35
6.69k
score
float64
6.5
11.5
module td_fused_top_fifo_w6_d9_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd6; 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_w6_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'd6; parameter ADDR_WIDTH = 32'd4; parameter DEPTH = 5'd9; input clk; inpu...
6.827284
module td_fused_top_fifo_w7_d10_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd7; parameter ADDR_WIDTH = 32'd4; parameter DEPTH = 5'd10; 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_d10_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'd10; input clk; in...
6.827284
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_x0_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:...
6.827284
module td_fused_top_fifo_w7_d2_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'd7; parameter ADDR_WIDTH = 32'd1; parameter DEPTH = 2'd2; input clk; i...
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_d8_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd7; 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_w7_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'd7; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; inpu...
6.827284
module td_fused_top_fifo_w7_d8_S_x0_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd7; 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_w7_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'd7; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; i...
6.827284
module td_fused_top_fifo_w7_d8_S_x_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd7; 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_w7_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'd7; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; in...
6.827284
module td_fused_top_fifo_w8_d10_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd4; parameter DEPTH = 5'd10; 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_d10_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'd4; parameter DEPTH = 5'd10; input clk; in...
6.827284
module td_fused_top_fifo_w8_d10_S_x_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd8; parameter ADDR_WIDTH = 32'd4; parameter DEPTH = 5'd10; 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_d10_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'd4; parameter DEPTH = 5'd10; input clk; ...
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_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_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_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_d8_S_shiftReg ( clk, data, ce, a, q ); parameter DATA_WIDTH = 32'd9; 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_w9_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'd9; parameter ADDR_WIDTH = 32'd3; parameter DEPTH = 4'd8; input clk; inpu...
6.827284
module td_fused_top_hadd_16ns_16ns_16_8_full_dsp_1 #( parameter ID = 45, NUM_STAGE = 8, din0_WIDTH = 16, din1_WIDTH = 16, dout_WIDTH = 16 ) ( input wire clk, input wire reset, input wire ...
6.827284
module td_fused_top_hcmp_16ns_16ns_1_2_no_dsp_1 #( parameter ID = 137, NUM_STAGE = 2, din0_WIDTH = 16, din1_WIDTH = 16, dout_WIDTH = 1 ) ( input wire clk, input wire reset, input wire c...
6.827284
module td_fused_top_hmul_16ns_16ns_16_5_max_dsp_1 #( parameter ID = 31, 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_hsub_16ns_16ns_16_7_full_dsp_1 #( parameter ID = 113, NUM_STAGE = 7, 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_mux_416_16_1_1 #( parameter ID = 0, NUM_STAGE = 1, din0_WIDTH = 32, din1_WIDTH = 32, din2_WIDTH = 32, din3_WIDTH = 32, din4_WIDTH = 32, dout_WIDTH = 32 ) ( input [15 : 0] din0, inp...
6.827284
module td_fused_top_mux_416_32_1_1 #( parameter ID = 0, NUM_STAGE = 1, din0_WIDTH = 32, din1_WIDTH = 32, din2_WIDTH = 32, din3_WIDTH = 32, din4_WIDTH = 32, dout_WIDTH = 32 ) ( input [31 : 0] din0, inp...
6.827284
module td_fused_top_mux_416_64_1_1 #( parameter ID = 0, NUM_STAGE = 1, din0_WIDTH = 32, din1_WIDTH = 32, din2_WIDTH = 32, din3_WIDTH = 32, din4_WIDTH = 32, dout_WIDTH = 32 ) ( input [63 : 0] din0, inp...
6.827284
module td_fused_top_mux_42_1_1_1 #( parameter ID = 0, NUM_STAGE = 1, din0_WIDTH = 32, din1_WIDTH = 32, din2_WIDTH = 32, din3_WIDTH = 32, din4_WIDTH = 32, dout_WIDTH = 32 ) ( input [0 : 0] din0, input ...
6.827284
module td_fused_top_mux_42_16_1_1 #( parameter ID = 0, NUM_STAGE = 1, din0_WIDTH = 32, din1_WIDTH = 32, din2_WIDTH = 32, din3_WIDTH = 32, din4_WIDTH = 32, dout_WIDTH = 32 ) ( input [15 : 0] din0, inpu...
6.827284
module td_fused_top_mux_816_16_1_1 #( parameter ID = 0, NUM_STAGE = 1, din0_WIDTH = 32, din1_WIDTH = 32, din2_WIDTH = 32, din3_WIDTH = 32, din4_WIDTH = 32, din5_WIDTH = 32, din6_WIDTH = 32, ...
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_readFilters70_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_readFilters70_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_readFilters77_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_readFilters77_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_readFilters82_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_readFilters82_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_readFilters41_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_readFilters41_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_readFilters47_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_readFilters47_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_readFilters53_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_readFilters53_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_readFilters58_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_readFilters58_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_readFilters64_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_readFilters64_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 reg [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_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 15; parameter MEM_SIZE = 18432; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input ...
6.827284
module td_fused_top_tdf10_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd18432; parameter AddressWidth = 32'd15; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; o...
6.827284
module td_fused_top_tdf10_filters_1_rom ( addr0, ce0, q0, clk ); parameter DWIDTH = 64; parameter AWIDTH = 15; parameter MEM_SIZE = 18432; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input clk; reg [DWIDTH-1:0] ram[MEM_SIZE-1:0]; //initial begin // $readme...
6.827284
module td_fused_top_tdf10_filters_1 ( reset, clk, address0, ce0, q0 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd18432; parameter AddressWidth = 32'd15; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [DataWidth - 1:0] q0; td_fuse...
6.827284
module td_fused_top_tdf10_l2_filters_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 14; parameter MEM_SIZE = 16384; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce...
6.827284
module td_fused_top_tdf10_l2_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd16384; parameter AddressWidth = 32'd14; input reset; input clk; input [AddressWidth - 1:0] address0; inp...
6.827284
module td_fused_top_tdf10_l2_filters_1_rom ( addr0, ce0, q0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 14; parameter MEM_SIZE = 16384; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; output reg [...
6.827284
module td_fused_top_tdf10_l2_filters_1 ( reset, clk, address0, ce0, q0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd16384; parameter AddressWidth = 32'd14; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output ...
6.827284
module td_fused_top_tdf10_l2_writeOutputs_1_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] a...
6.827284
module td_fused_top_tdf10_l2_writeOutputs_1_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] address...
6.827284
module td_fused_top_tdf11_l2_writeOutputs_1_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_1_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] addres...
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 reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input...
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_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 32; parameter AWIDTH = 15; parameter MEM_SIZE = 32000; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input ...
6.827284
module td_fused_top_tdf12_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd32; parameter AddressRange = 32'd32000; parameter AddressWidth = 32'd15; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; o...
6.827284
module td_fused_top_tdf12_filters_1_rom ( addr0, ce0, q0, clk ); parameter DWIDTH = 32; parameter AWIDTH = 15; parameter MEM_SIZE = 32000; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input clk; reg [DWIDTH-1:0] ram[MEM_SIZE-1:0]; //initial begin // $readme...
6.827284
module td_fused_top_tdf12_filters_1 ( reset, clk, address0, ce0, q0 ); parameter DataWidth = 32'd32; parameter AddressRange = 32'd32000; parameter AddressWidth = 32'd15; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [DataWidth - 1:0] q0; td_fuse...
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 reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [DW...
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_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 7; parameter MEM_SIZE = 108; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [DWI...
6.827284
module td_fused_top_tdf1_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd108; parameter AddressWidth = 32'd7; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outpu...
6.827284
module td_fused_top_tdf1_filters_1_rom ( addr0, ce0, q0, clk ); parameter DWIDTH = 16; parameter AWIDTH = 7; parameter MEM_SIZE = 108; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input clk; reg [DWIDTH-1:0] ram[MEM_SIZE-1:0]; //initial begin // $readmemh("...
6.827284
module td_fused_top_tdf1_filters_1 ( reset, clk, address0, ce0, q0 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd108; parameter AddressWidth = 32'd7; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [DataWidth - 1:0] q0; td_fused_to...
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 reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [DW...
6.827284