Skip to content

parameter follows a '%' does not get replaced with obfuscated string #1674

@BlueStar-WhiteBirds

Description

@BlueStar-WhiteBirds

signal map:
sigren "WREP_E_MAX" "wcgmtr"
sigren "DEPTH" "nlutbe"
sigren "WREP" "lwmlpe"

Source code:
parameter WREP_E_MAX = (WIDTH>=4096) ? 1 : (4096/WIDTH);
localparam WREP = (DEPTH/WREP_E_MAX) + (((DEPTH%WREP_E_MAX)>0) ? 1 : 0);

Obfusated result:
parameter wcgmtr = (WIDTH>=4096) ? 1 : (4096/WIDTH);
localparam lwmlpe = (nlutbe/wcgmtr) + (((nlutbe%WREP_E_MAX)>0) ? 1 : 0);

This issue is seen at master branch with commit 4652422.

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

    Issue actions