Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Float operands not always start with 'f' Zfinx for example #61

@ptprasanna

Description

@ptprasanna

if 'rs1' in instr_vars and instr_vars['rs1'] is not None and instr_vars['rs1'].startswith('f'):

The condition of invoking the define_sem function should not be of the registers starting with f. The solution has to be generalized rather hard-coding the register's alphabets.

P.S: Ideally these changes/revisions in the framework should've taken place after Z_inx PR is merged.

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