Bug 639 - move svp64 extsb openpower-isa tests into logical tests directory
Summary: move svp64 extsb openpower-isa tests into logical tests directory
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks: 583
  Show dependency treegraph
 
Reported: 2021-05-06 01:23 BST by Luke Kenneth Casson Leighton
Modified: 2021-05-06 17:17 BST (History)
1 user (show)

See Also:
NLnet milestone: NLNet.2019.10.043.Wishbone
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 2021-05-06 01:23:13 BST
also tidy up the unit tests so that the docstrings are used rather than comments, then sphinx can pick them up.

https://docs.libre-soc.org/openpower-isa/src/gen/openpower.test.logical.html#module-openpower.test.logical.svp64_cases

also an idea, make a function which parses __doc__ looking for lst=... so that the svp64 instructions can go in the docstring as well
Comment 1 Luke Kenneth Casson Leighton 2021-05-06 01:24:04 BST
this can go under "documentation"
Comment 2 Luke Kenneth Casson Leighton 2021-05-06 13:31:45 BST
commit 7c40a1bbc1a976171f8001a59b2fd3ee249b1371 (HEAD -> master)
Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
Date:   Thu May 6 13:31:36 2021 +0100

    tidy up svp64 cases to make it better suited to documentation
    https://bugs.libre-soc.org/show_bug.cgi?id=639
Comment 3 Luke Kenneth Casson Leighton 2021-05-06 17:17:31 BST
commit 02dac874dd57c9b985dedc3a593d74bde154d15f (HEAD -> master)
Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
Date:   Thu May 6 17:17:19 2021 +0100

    improve format of docstrings for ISACaller SVP64 tests