Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant