minor updates

This commit is contained in:
Blaise Tine
2022-02-01 06:53:31 -05:00
parent e3e2609f7e
commit d48f1c1c5f
9 changed files with 25 additions and 180 deletions

View File

@@ -9,6 +9,8 @@ module VX_popcount #(
input wire [N-1:0] in_i,
output wire [M-1:0] cnt_o
);
`UNUSED_PARAM (MODEL)
`ifndef SYNTHESIS
assign cnt_o = $countones(in_i);
`else