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

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

Open
ptprasanna opened this issue Oct 26, 2022 · 0 comments
Open

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

ptprasanna opened this issue Oct 26, 2022 · 0 comments

Comments

@ptprasanna
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant