Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_altera_lpm.v3007 parameter lpm_widthp = 1; // Width of the result[] port. (Required) constant
3024 output [lpm_widthp-1:0] result;
3027 reg [lpm_widthp-1:0] result_pipe [lpm_pipeline+1:0];
3028 reg [lpm_widthp-1:0] i_prod;
3029 reg [lpm_widthp-1:0] t_p;
3118 if (lpm_widthp <= 0)
3210 if ((lpm_widthp < lpm_widths) || (lpm_widthp < (lpm_widtha+lpm_widthb)))
3211 for (i = 0; i < lpm_widthp; i = i + 1)
3212 i_prod[lpm_widthp-1-i] = (lpm_widths > lpm_widtha+lpm_widthb)
3223 result_pipe[i] <= {lpm_widthp{1'b0}};
[all …]