HDLbits刷题记录之Popcount255 题目:统计255个位宽的输入中1的个数 module top_module( input [254:0] in, output [7:0] out ); always@(*) begin out =