Bug 549 - document the logical partitioned signal operators xor some and all
Summary: document the logical partitioned signal operators xor some and all
Status: RESOLVED FIXED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: Other Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks: 384
  Show dependency treegraph
 
Reported: 2020-12-18 19:15 GMT by Luke Kenneth Casson Leighton
Modified: 2022-08-29 01:28 BST (History)
2 users (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-12-18 19:15:07 GMT
https://libre-soc.org/3d_gpu/architecture/dynamic_simd/logicops/

how these operators work requires documenting
Comment 1 Luke Kenneth Casson Leighton 2020-12-28 15:20:53 GMT
partition:     P    P    P     (3 bits)
a        : .... .... .... .... (32 bits)
xor-a    : x0  P x1 P x2 P x3  (4+3 bits, P=1 if no partition)

added an adapted version from add page