Skip to content

Branch : Quicklogic : Issue in the top_bit.v with respect to RAMFIFO port maps #1458

@rakeshm75

Description

@rakeshm75

In the top_bit.v, the RAMFIFO 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]:
Example (RAMFIFO):
.A1_0({TILE_X1Y1_WBs_ADR[2], ..., TILE_X1Y1_WBs_ADR[10], 1'b0, 1'b0}),
But it should be mapped as:
.WBs_WR_DAT({2'b00, TILE_X1Y1_WBs_ADR[10:2]}),

I have attached the top_bit.v file here.

design3_bit_v.zip

Activity

kgugala

kgugala commented on May 6, 2020

@kgugala
Contributor

This is now fixed.

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

        @kgugala@rakeshm75

        Issue actions

          Branch : Quicklogic : Issue in the top_bit.v with respect to RAMFIFO port maps · Issue #1458 · f4pga/f4pga-arch-defs