Skip to content

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

@rakeshm75

Description

@rakeshm75

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rakeshm75

        Issue actions

          Branch : Quicklogic : Issue in the top_bit.v with respect to Multiplier port mapping · Issue #1459 · f4pga/f4pga-arch-defs