Home
last modified time | relevance | path

Searched refs:lpm_widtha (Results 1 – 1 of 1) sorted by relevance

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_altera_lpm.v3005 parameter lpm_widtha = 1; // Width of the dataa[] port. (Required) constant
3015 input [lpm_widtha-1:0] dataa;
3032 reg [lpm_widtha+lpm_widthb-1:0] i_prod_ab;
3033 reg [lpm_widtha-1:0] t_a;
3039 reg [8*lpm_widtha:1] input_a_fixed_value;
3041 reg [lpm_widtha-1:0] dataa_fixed;
3050 wire [lpm_widtha-1:0] dataa_wire;
3104 if (lpm_widtha <= 0)
3144 dataa_fixed = str2bin(input_a_fixed_value, lpm_widtha);
3170 sign_ab = dataa_wire[lpm_widtha-1] ^ datab_wire[lpm_widthb-1];
[all …]