code
stringlengths
35
6.69k
score
float64
6.5
11.5
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_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 32; parameter AWIDTH = 10; parameter MEM_SIZE = 576; 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_tdf2_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd32; parameter AddressRange = 32'd576; parameter AddressWidth = 32'd10; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outp...
6.827284
module td_fused_top_tdf2_filters_1_rom ( addr0, ce0, q0, clk ); parameter DWIDTH = 32; parameter AWIDTH = 10; parameter MEM_SIZE = 576; 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_tdf2_filters_1 ( reset, clk, address0, ce0, q0 ); parameter DataWidth = 32'd32; parameter AddressRange = 32'd576; parameter AddressWidth = 32'd10; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [DataWidth - 1:0] q0; td_fused_t...
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 reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [DWIDT...
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 reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
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_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 11; parameter MEM_SIZE = 1152; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
6.827284
module td_fused_top_tdf4_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd1152; parameter AddressWidth = 32'd11; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; out...
6.827284
module td_fused_top_tdf4_filters_1_rom ( addr0, ce0, q0, clk ); parameter DWIDTH = 64; parameter AWIDTH = 11; parameter MEM_SIZE = 1152; 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_tdf4_filters_1 ( reset, clk, address0, ce0, q0 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd1152; parameter AddressWidth = 32'd11; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [DataWidth - 1:0] q0; td_fused_...
6.827284
module td_fused_top_tdf4_l2_filters_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 10; parameter MEM_SIZE = 1024; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1;...
6.827284
module td_fused_top_tdf4_l2_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd1024; parameter AddressWidth = 32'd10; input reset; input clk; input [AddressWidth - 1:0] address0; input...
6.827284
module td_fused_top_tdf4_l2_filters_1_rom ( addr0, ce0, q0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 10; parameter MEM_SIZE = 1024; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; output reg [DW...
6.827284
module td_fused_top_tdf4_l2_filters_1 ( reset, clk, address0, ce0, q0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd1024; parameter AddressWidth = 32'd10; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [D...
6.827284
module td_fused_top_tdf4_l2_writeOutputs_1_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] ad...
6.827284
module td_fused_top_tdf4_l2_writeOutputs_1_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] address0...
6.827284
module td_fused_top_tdf5_filters_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 32; parameter AWIDTH = 12; parameter MEM_SIZE = 2304; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
6.827284
module td_fused_top_tdf5_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd32; parameter AddressRange = 32'd2304; parameter AddressWidth = 32'd12; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; out...
6.827284
module td_fused_top_tdf5_filters_1_rom ( addr0, ce0, q0, clk ); parameter DWIDTH = 32; parameter AWIDTH = 12; parameter MEM_SIZE = 2304; 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_tdf5_filters_1 ( reset, clk, address0, ce0, q0 ); parameter DataWidth = 32'd32; parameter AddressRange = 32'd2304; parameter AddressWidth = 32'd12; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [DataWidth - 1:0] q0; td_fused_...
6.827284
module td_fused_top_tdf6_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 12; parameter MEM_SIZE = 4096; 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_tdf6_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd4096; parameter AddressWidth = 32'd12; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outpu...
6.827284
module td_fused_top_tdf7_adjustments_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 48; parameter AWIDTH = 8; parameter MEM_SIZE = 256; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
6.827284
module td_fused_top_tdf7_adjustments ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd48; parameter AddressRange = 32'd256; parameter AddressWidth = 32'd8; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; out...
6.827284
module td_fused_top_tdf7_filters_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 13; parameter MEM_SIZE = 4608; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
6.827284
module td_fused_top_tdf7_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd4608; parameter AddressWidth = 32'd13; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; out...
6.827284
module td_fused_top_tdf7_filters_1_rom ( addr0, ce0, q0, clk ); parameter DWIDTH = 64; parameter AWIDTH = 13; parameter MEM_SIZE = 4608; 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_tdf7_filters_1 ( reset, clk, address0, ce0, q0 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd4608; parameter AddressWidth = 32'd13; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [DataWidth - 1:0] q0; td_fused_...
6.827284
module td_fused_top_tdf7_l2_filters_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 12; parameter MEM_SIZE = 4096; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1;...
6.827284
module td_fused_top_tdf7_l2_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd4096; parameter AddressWidth = 32'd12; input reset; input clk; input [AddressWidth - 1:0] address0; input...
6.827284
module td_fused_top_tdf7_l2_filters_1_rom ( addr0, ce0, q0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 12; parameter MEM_SIZE = 4096; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; output reg [DW...
6.827284
module td_fused_top_tdf7_l2_filters_1 ( reset, clk, address0, ce0, q0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd4096; parameter AddressWidth = 32'd12; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [D...
6.827284
module td_fused_top_tdf7_l2_writeOutputs_1_running_sums_ram ( addr0, ce0, d0, we0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 5; parameter MEM_SIZE = 32; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; input we0; input [AWIDTH-1:0] addr...
6.827284
module td_fused_top_tdf7_l2_writeOutputs_1_running_sums ( reset, clk, address0, ce0, we0, d0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd32; parameter AddressWidth = 32'd5; input reset; input clk; input [AddressWidth - 1:0] address0; ...
6.827284
module td_fused_top_tdf8_filters_0_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 32; parameter AWIDTH = 14; parameter MEM_SIZE = 9216; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ce1; input [D...
6.827284
module td_fused_top_tdf8_filters_0 ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd32; parameter AddressRange = 32'd9216; parameter AddressWidth = 32'd14; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; out...
6.827284
module td_fused_top_tdf8_filters_1_rom ( addr0, ce0, q0, clk ); parameter DWIDTH = 32; parameter AWIDTH = 14; parameter MEM_SIZE = 9216; 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_tdf8_filters_1 ( reset, clk, address0, ce0, q0 ); parameter DataWidth = 32'd32; parameter AddressRange = 32'd9216; parameter AddressWidth = 32'd14; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; output [DataWidth - 1:0] q0; td_fused_...
6.827284
module td_fused_top_tdf9_adjustments_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 48; parameter AWIDTH = 6; parameter MEM_SIZE = 64; 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_tdf9_adjustments ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd48; parameter AddressRange = 32'd64; parameter AddressWidth = 32'd6; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outp...
6.827284
module td_fused_top_tdf9_filters_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, 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; input [DW...
6.827284
module td_fused_top_tdf9_filters ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd16384; parameter AddressWidth = 32'd14; input reset; input clk; input [AddressWidth - 1:0] address0; input ce0; outp...
6.827284
module td_fused_top_td_fused_axi_in_p_ram ( addr0, ce0, d0, we0, addr1, ce1, q1, addr2, ce2, q2, addr3, ce3, q3, addr4, ce4, q4, clk ); parameter DWIDTH = 16; parameter AWIDTH = 2; parameter MEM_SIZE = 4; input [AWIDTH-1:0] addr0; input ce0...
6.827284
module td_fused_top_td_fused_axi_in_p ( reset, clk, address0, ce0, we0, d0, address1, ce1, q1, address2, ce2, q2, address3, ce3, q3, address4, ce4, q4 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd4; parameter AddressWidth = ...
6.827284
module td_fused_top_td_fused_final_fmaps_memcore_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 16; parameter MEM_SIZE = 49000; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input ...
6.827284
module td_fused_top_td_fused_final_fmaps_memcore ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd49000; parameter AddressWidth = 32'd16; input reset; input clk; input [AddressWidth - 1:0] address0; i...
6.827284
module td_fused_top_td_fused_tdf10_fmaps_memcore_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 12; parameter MEM_SIZE = 3136; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input c...
6.827284
module td_fused_top_td_fused_tdf10_fmaps_memcore ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd3136; parameter AddressWidth = 32'd12; input reset; input clk; input [AddressWidth - 1:0] address0; in...
6.827284
module td_fused_top_td_fused_tdf1_fmaps_memcore_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 16; parameter MEM_SIZE = 50176; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input c...
6.827284
module td_fused_top_td_fused_tdf1_fmaps_memcore ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd50176; parameter AddressWidth = 32'd16; input reset; input clk; input [AddressWidth - 1:0] address0; in...
6.827284
module td_fused_top_td_fused_tdf3_fmaps_memcore_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 15; parameter MEM_SIZE = 25088; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input c...
6.827284
module td_fused_top_td_fused_tdf3_fmaps_memcore ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd25088; parameter AddressWidth = 32'd15; input reset; input clk; input [AddressWidth - 1:0] address0; in...
6.827284
module td_fused_top_td_fused_tdf4_fmaps_memcore_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 14; parameter MEM_SIZE = 12544; input [AWIDTH-1:0] addr0; input ce0; output reg [DWIDTH-1:0] q0; input [AWIDTH-1:0] addr1; input c...
6.827284
module td_fused_top_td_fused_tdf4_fmaps_memcore ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd12544; parameter AddressWidth = 32'd14; input reset; input clk; input [AddressWidth - 1:0] address0; in...
6.827284
module td_fused_top_td_fused_tdf7_fmaps_memcore_ram ( addr0, ce0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 64; parameter AWIDTH = 13; parameter MEM_SIZE = 6272; 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_td_fused_tdf7_fmaps_memcore ( reset, clk, address0, ce0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd64; parameter AddressRange = 32'd6272; parameter AddressWidth = 32'd13; input reset; input clk; input [AddressWidth - 1:0] address0; inp...
6.827284
module FPMult_PrepModule ( clk, rst, a, b, Sa, Sb, Ea, Eb, Mp, InputExc ); // Input ports input clk; input rst; input [`DWIDTH-1:0] a; // Input A, a 32-bit floating point number input [`DWIDTH-1:0] b; // Input B, a 32-bit floating point number // Output ports ou...
7.427166
module FPMult_NormalizeModule ( NormM, NormE, RoundE, RoundEP, RoundM, RoundMP ); // Input Ports input [`MANTISSA-1:0] NormM; // Normalized mantissa input [`EXPONENT:0] NormE; // Normalized exponent // Output Ports output [`EXPONENT:0] RoundE; output [`EXPONENT:0] RoundEP; outp...
7.947312
module FPMult_RoundModule ( RoundM, RoundMP, RoundE, RoundEP, Sp, GRS, InputExc, Z, Flags ); // Input Ports input [`MANTISSA:0] RoundM; // Normalized mantissa input [`MANTISSA:0] RoundMP; // Normalized exponent input [`EXPONENT:0] RoundE; // Normalized mantissa + 1 inpu...
7.570448
module is responsible for taking the inputs // apart and checking the parts for exceptions. // The exponent difference is also calculated in this module. module FPAddSub_PrealignModule( A, B, operation, Sa, Sb, ShiftDet, InputExc, Aout, Bout, Opout ); // Input ports input [`DWIDTH-...
7.391888
module determines the larger input operand and // sets the mantissas, shift and common exponent accordingly. module FPAddSub_AlignModule ( A, B, ShiftDet, CExp, MaxAB, Shift, Mmin, Mmax ); // Input ports input [`DWIDTH-2:0] A ; // Input A, a 32-bit floating point number input [`DWIDT...
6.986217
module FPAddSub_AlignShift1 ( MminP, Shift, Mmin ); // Input ports input [`MANTISSA-1:0] MminP; // Smaller mantissa after 16|12|8|4 shift input [2:0] Shift; // Shift amount // Output ports output [`MANTISSA:0] Mmin; // The smaller mantissa // Internal signals reg [ `MANTISSA:0] Lv...
6.969233
module FPAddSub_AlignShift2 ( MminP, Shift, Mmin ); // Input ports input [`MANTISSA:0] MminP; // Smaller mantissa after 16|12|8|4 shift input [1:0] Shift; // Shift amount // Output ports output [`MANTISSA:0] Mmin; // The smaller mantissa // Internal Signal reg [ `MANTISSA:0] Lvl3;...
6.969233
module FPAddSub_ExecutionModule ( Mmax, Mmin, Sa, Sb, MaxAB, OpMode, Sum, PSgn, Opr ); // Input ports input [`MANTISSA-1:0] Mmax; // The larger mantissa input [`MANTISSA:0] Mmin; // The smaller mantissa input Sa; // Sign bit of larger number input Sb; // Sign bit of sm...
6.632792
module FPAddSub_NormalizeModule ( Sum, Mmin, Shift ); // Input ports input [`DWIDTH:0] Sum; // Mantissa sum including hidden 1 and GRS // Output ports output [`DWIDTH:0] Mmin; // Mantissa after 16|0 shift output [4:0] Shift; // Shift amount // Determine normalization shift amount by findin...
6.905513
module FPAddSub_NormalizeShift1 ( MminP, Shift, Mmin ); // Input ports input [`DWIDTH:0] MminP; // Smaller mantissa after 16|12|8|4 shift input [3:0] Shift; // Shift amount // Output ports output [`DWIDTH:0] Mmin; // The smaller mantissa reg [ `DWIDTH:0] Lvl2; wire [2*`DWIDTH+1...
6.905513
module FPAddSub_NormalizeShift2 ( PSSum, CExp, Shift, NormM, NormE, ZeroSum, NegE, R, S, FG ); // Input ports input [`DWIDTH:0] PSSum; // The Pre-Shift-Sum input [`EXPONENT-1:0] CExp; input [4:0] Shift; // Amount to be shifted // Output ports output [`MANTISSA-1:0...
6.905513
module FPAddSub_RoundModule ( ZeroSum, NormE, NormM, R, S, G, Sa, Sb, Ctrl, MaxAB, Z, EOF ); // Input ports input ZeroSum; // Sum is zero input [`EXPONENT:0] NormE; // Normalized exponent input [`MANTISSA-1:0] NormM; // Normalized mantissa input R; // Round...
7.753919
module FPAddSub_ExceptionModule ( Z, NegE, R, S, InputExc, EOF, P, Flags ); // Input ports input [`DWIDTH-1:0] Z; // Final product input NegE; // Negative exponent? input R; // Round bit input S; // Sticky bit input [4:0] InputExc; // Exceptions in inputs A and B inpu...
7.326377
module td_fused_top_Block_entry_proc_proc392 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc397 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc403 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc408 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc413 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc419 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc424 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc429 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc435 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc441 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc446 ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; outp...
6.827284
module td_fused_top_Block_entry_proc_proc ( ap_clk, ap_rst, ap_start, ap_done, ap_continue, ap_idle, ap_ready, tmp, ap_return ); parameter ap_ST_fsm_state1 = 1'd1; input ap_clk; input ap_rst; input ap_start; output ap_done; input ap_continue; output ap_idle; output ...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37360_accum1_out_0_memcore_ram ( addr0, ce0, d0, we0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 3; parameter MEM_SIZE = 8; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; inpu...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37360_accum1_out_0_memcore ( reset, clk, address0, ce0, we0, d0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd8; parameter AddressWidth = 32'd3; input reset; input clk; input...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37360_ifmap_vec_0_0_memcore_ram ( addr0, ce0, d0, we0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 8; parameter MEM_SIZE = 256; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; i...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37360_ifmap_vec_0_0_memcore ( reset, clk, address0, ce0, we0, d0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd256; parameter AddressWidth = 32'd8; input reset; input clk; in...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37360_products_0_memcore_ram ( addr0, ce0, d0, we0, q0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 8; parameter MEM_SIZE = 256; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; input we0; ...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37360_products_0_memcore ( reset, clk, address0, ce0, we0, d0, q0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd256; parameter AddressWidth = 32'd8; input reset; input clk; input [Address...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37360_weight_vecs_0_0_0_memcore_ram ( addr0, ce0, d0, we0, q0, addr1, ce1, d1, we1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 9; parameter MEM_SIZE = 512; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37360_weight_vecs_0_0_0_memcore ( reset, clk, address0, ce0, we0, d0, q0, address1, ce1, we1, d1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd512; parameter AddressWidth = 32'd9; input reset; inp...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37454_accum1_out_0_memcore_ram ( addr0, ce0, d0, we0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 3; parameter MEM_SIZE = 8; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; inpu...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37454_accum1_out_0_memcore ( reset, clk, address0, ce0, we0, d0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd8; parameter AddressWidth = 32'd3; input reset; input clk; input...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37454_ifmap_vec_memcore_ram ( addr0, ce0, d0, we0, q0, addr1, ce1, d1, we1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 9; parameter MEM_SIZE = 288; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; input...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37454_ifmap_vec_memcore ( reset, clk, address0, ce0, we0, d0, q0, address1, ce1, we1, d1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd288; parameter AddressWidth = 32'd9; input reset; input clk; input ...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37454_products_0_memcore_ram ( addr0, ce0, d0, we0, q0, addr1, ce1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 9; parameter MEM_SIZE = 288; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0] d0; input we0; ...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37454_products_0_memcore ( reset, clk, address0, ce0, we0, d0, q0, address1, ce1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd288; parameter AddressWidth = 32'd9; input reset; input clk; input [Address...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37454_weight_vecs_0_memcore_ram ( addr0, ce0, d0, we0, q0, addr1, ce1, d1, we1, q1, clk ); parameter DWIDTH = 16; parameter AWIDTH = 10; parameter MEM_SIZE = 576; input [AWIDTH-1:0] addr0; input ce0; input [DWIDTH-1:0...
6.827284
module td_fused_top_dataflow_in_loop_TOP_LOOP37454_weight_vecs_0_memcore ( reset, clk, address0, ce0, we0, d0, q0, address1, ce1, we1, d1, q1 ); parameter DataWidth = 32'd16; parameter AddressRange = 32'd576; parameter AddressWidth = 32'd10; input reset; input ...
6.827284