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

Add customizable FPU instructions latency settings #709

Open
simoneruffini opened this issue Oct 8, 2022 · 3 comments
Open

Add customizable FPU instructions latency settings #709

simoneruffini opened this issue Oct 8, 2022 · 3 comments

Comments

@simoneruffini
Copy link

Hi,
Will the latency settings (FP addition, Multiplier, Division) be added to eduMIPS as in winMIPS64 or is it a non feature?

Thanks for the great work

@lupino3
Copy link
Member

lupino3 commented Oct 10, 2022

Hi @simoneruffini, thanks for opening this issue!

I am not familiar with these settings, what do they do?

@simoneruffini
Copy link
Author

These are the setting:
IMG_20221010_114315_793.jpg

They are pretty autoesplicative

@lupino3 lupino3 changed the title Latency settings Add customizable FPU instructions latency settings Oct 18, 2022
@lupino3
Copy link
Member

lupino3 commented Oct 18, 2022

Sounds good, thanks! Yes, they are self-explanatory.

Due to how the FPU instructions are implemented (e.g., see FPPipeline.java), it should be easy to do it for the divider, less easy for the adder and multiplier, since they are implemented with "real" stages.

Also, the UI will need to be changed, since it currently represents individual stages for the adder and multiplier.

I don't think this is something we'll get to in the short term, to be completely honest.

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

No branches or pull requests

2 participants