ucb-bar / hwacha

Microarchitecture implementation of the decoupled vector-fetch accelerator
http://hwacha.org/
148 stars 42 forks source link

Fix hwacha to match new RoCC FPU interface #5

Closed zhemao closed 7 years ago

zhemao commented 8 years ago

This changes Hwacha to match the new FPU interface in the rocket PR. The scalar fpu interface is greatly simplified since we no longer need to fully decode the signals and recode the floats. The one complication is that we need to convert between half-precision and single-precision if necessary.

aswaterman commented 8 years ago

If Hwacha is to use RoCC, then Hwacha's CP should share Hwacha's FP units, not Rocket's. Sharing Rocket's units is gonna have to be a non-standard thing.

aswaterman commented 8 years ago

Yunsup, Krste, and I discussed this some more, and came to the following conclusions:

We can talk about it more Monday.

colinschmidt commented 7 years ago

This was fixed sometime ago