Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch : Quicklogic : Issue in the top_bit.v with respect to Multiplier port mapping #1459

Open
rakeshm75 opened this issue Apr 30, 2020 · 0 comments

Comments

@rakeshm75
Copy link

In the top_bit.v, the Multiplier mapping as issues. The vector signals are mapped wronging in the top_bit.v, The vector signals need to be mapped [msb:lsb] but its mapped [lsb:msb]. Also the vector sizes are wrong.

Output port .Cmult is 64 bits, but can see only 31 ports in the top_bit.v

module qlal4s3_mult_cell_macro(
input [31:0] Amult,
input [31:0] Bmult,
input [1:0] Valid_mult,
input sel_mul_32x32,
output [63:0] Cmult);

endmodule

Attached the top_bit.v file.

design3_bit_v.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant