Bug 102 - IEEE754 pipeline "early out" needed
Summary: IEEE754 pipeline "early out" needed
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: ALU (including IEEE754 16/32/64-bit FPU) (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on: 106
Blocks: 116 48
  Show dependency treegraph
 
Reported: 2019-06-28 07:26 BST by Luke Kenneth Casson Leighton
Modified: 2022-06-20 04:33 BST (History)
2 users (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Kenneth Casson Leighton 2019-06-28 07:26:43 BST
special-cases do not need to go through the pipeline.  however this means
that two results can be generated in one clock.  fortunately, the muxid
protects two results from occurring with the same muxid (Fan-in, Fan-out
ReservationStation class).