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

Rocket updates for zfh-extension #2723

Merged
merged 1 commit into from
Nov 13, 2020
Merged

Rocket updates for zfh-extension #2723

merged 1 commit into from
Nov 13, 2020

Conversation

kiratsao
Copy link
Contributor

This PR is going to implement an option for the Half-Precision Unit in FPU.scala
With minFLen = 16, will enable the control signals decode table.

The typeTagIn/typeTagOut numbers will automatically generate according to below settings:

S:       S=0
S, D:    S=0, D=1
H. S:    H=0, S=1
H, S, D: H=0, S=1, D=2

The major changes are inside FPU.scala:

  • define H/S/D/I
  • Update control signals table
  • Change singleIn/singleOut to typeTagIn/typeTagOut

Type of change: feature request

Impact: API addition (no impact on existing code)

Development Phase: implementation

@kiratsao kiratsao marked this pull request as ready for review November 10, 2020 18:45
@kiratsao kiratsao merged commit 63b7648 into master Nov 13, 2020
@kiratsao kiratsao deleted the Rocket_update_for_zfh branch November 17, 2020 06:54
timsnyder-siv pushed a commit to timsnyder-siv/riscv-boom that referenced this pull request Dec 18, 2020
chipsalliance/rocket-chip#2723 implemented typeTag in rocket.FPU
control signals.  Update fdiv accordingly
timsnyder-siv pushed a commit to timsnyder-siv/hwacha that referenced this pull request Dec 18, 2020
chipsalliance/rocket-chip#2723 implemented typeTag in rocket.FPU
control signals
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

Successfully merging this pull request may close these issues.

2 participants