Bug 1136

Summary: fp to int conversion in ieee754fpu/soc (cffpr* and fcti*)
Product: Libre-SOC's first SoC Reporter: Jacob Lifshay <programmerjake>
Component: ALU (including IEEE754 16/32/64-bit FPU)Assignee: Jacob Lifshay <programmerjake>
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: 1135, 1177    
Bug Blocks: 1025    

Description Jacob Lifshay 2023-08-10 00:40:28 BST
ieee754fpu:
pipeline stages (to be assembled into a 3-ish stage pipeline):
* unpack
* setup rotate & overflow detect
* rotate
* mask rotate output
* round/negation