Bug 719

Summary: PartitionedSignal signed and unsigned
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, programmerjake
Priority: ---    
Version: unspecified   
Hardware: Other   
OS: Linux   
See Also: https://bugs.libre-soc.org/show_bug.cgi?id=731
NLnet milestone: NLnet.2019.02.012 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: 132    

Description Luke Kenneth Casson Leighton 2021-10-03 23:55:46 BST
SIMD signals need to_signed and to_unsigned
which can be implemented in terms of an Assign
to the alternate type.
Comment 1 Luke Kenneth Casson Leighton 2021-10-05 17:43:58 BST
commit 90ad7e29637c953efe536a11e55215be2d3e3d98 (HEAD -> master)
Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
Date:   Tue Oct 5 17:42:43 2021 +0100

    add signed/unsigned functions and preliminary unit test

needs a better test.