Hi,
I use this module with 128 bits data length. It seems we can use DATA_BITS to set parameter, but there are so many implicit limits such as:
wire [63:0] __w_data;
output longint r_data,
So how can I adjust DATA_BITS correctly, or must give up parameterization?