Skip to content

generates wrong sized initializations on its own generated localparams #301

@pbreuer

Description

@pbreuer

I'm seeing a lot of:

        // removed localparam type sv2v_uu_icache_SelHPTW
        localparam [0:0] sv2v_uu_icache_ext_SelHPTW_0 = 1'sb0;
        localparam sv2v_uu_icache_WORDLEN = 32;
        // removed localparam type sv2v_uu_icache_ByteMask
        localparam [3:0] sv2v_uu_icache_ext_ByteMask_0 = 1'sb0;
        localparam sv2v_uu_icache_LOGBWPL = AHBWLOGBWPL;

I don't know exactly what is going on here but the initialization constants are the wrong size for some of these declarations, as seen above for [3:0].

Regards

PTB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions