Skip to content

Commit

Permalink
Adjusted FPU DIV/SQRT latency to new T-Head unit.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Gouedo <[email protected]>
  • Loading branch information
Pascal Gouedo committed Nov 24, 2023
1 parent 060962b commit be46665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The cycle counts assume zero stall on the instruction-side interface and zero st
| Comparison, Conversion | | If there are enough instructions between FPU one and |
| or Classify | | the instruction using the result then cycle number is 1. |
+------------------------+--------------------------------------+ "Enough instruction" number is either FPU_ADDMUL_LAT, |
| Single Precision | 1..12 | FPU_OTHERS_LAT or 11. |
| Single Precision | 1..19 | FPU_OTHERS_LAT or 11. |
| Floating-Point | | If there are no instruction in between then cycle number is |
| Division and | | the maximum value for each category. |
| Square-Root | | |
Expand Down

0 comments on commit be46665

Please sign in to comment.