rocket-chip icon indicating copy to clipboard operation
rocket-chip copied to clipboard

How can I shared a FPU between two Rocket cores?

Open leizhangpku opened this issue 5 years ago • 1 comments

Type of issue: bug report | feature request | other enhancement

Impact: no functional change | API addition (no impact on existing code) | API modification | unknown

Development Phase: request | proposal

Other information

If the current behavior is a bug, please provide the steps to reproduce the problem:

What is the current behavior?

What is the expected behavior?

Please tell us about your environment:

What is the use case for changing the behavior?

leizhangpku avatar Dec 28 '20 07:12 leizhangpku

I think maybe you could use FPU as a peripheral. The instructions which need to use FPU should send a "req" to it, which means you need to implement an arbiter.

hyf6661669 avatar Dec 30 '20 09:12 hyf6661669