Bug 437

Summary: div test cases coordinated across different software/hdl
Product: Libre-SOC's first SoC Reporter: Luke Kenneth Casson Leighton <lkcl>
Component: Source CodeAssignee: Luke Kenneth Casson Leighton <lkcl>
Status: CONFIRMED ---    
Severity: enhancement CC: libre-soc-bugs
Priority: ---    
Version: unspecified   
Hardware: Other   
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:    
Bug Blocks: 324    

Description Luke Kenneth Casson Leighton 2020-07-23 19:54:57 BST
we have quite a few systems implementing DIV all of which need the same level of unit testing for corner cases.

* IEEE754 int div pipe
* ISACaller
* rust based power instruction analyser
* qemu tester
* nmigen HDL implementation

therefore we really need a test specifier that is in a simple machine-readable form specifying what is to be tested.

then, each system can run the same tests