Bug 639

Summary: move svp64 extsb openpower-isa tests into logical tests directory
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: PC   
OS: Linux   
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:
Bug Depends on:    
Bug Blocks: 583    

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