You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: