Bug 437 - div test cases coordinated across different software/hdl
Summary: div test cases coordinated across different software/hdl
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: Other Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks: 324
  Show dependency treegraph
 
Reported: 2020-07-23 19:54 BST by Luke Kenneth Casson Leighton
Modified: 2020-07-23 19:56 BST (History)
1 user (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 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