Bug 102

Summary: IEEE754 pipeline "early out" needed
Product: Libre-SOC's first SoC Reporter: Luke Kenneth Casson Leighton <lkcl>
Component: ALU (including IEEE754 16/32/64-bit FPU)Assignee: Luke Kenneth Casson Leighton <lkcl>
Status: CONFIRMED ---    
Severity: enhancement CC: libre-soc-bugs, programmerjake
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Linux   
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:
Bug Depends on: 106    
Bug Blocks: 116, 48    

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).