Bug 720

Summary: PartitionedSignal cast needed
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   
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-04 21:34:23 BST
PartitionedSignal.cast() is needed, which is a little tricky.
the shape will need to be inferred by doing a deep analysis
of the input being cast.

examples:

* Cat(psig1, psig2) is straightforward enough because its width
  will be the width of the 2 partitioned signals.  HOWEVER,
  the partitioning is slightly more complex.