Bug 1149

Summary: simplify the in-order core "multi-bit-masks" down to a single bit-vector
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: Future 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: 737    
Bug Blocks:    

Description Luke Kenneth Casson Leighton 2023-08-31 07:15:42 BST
in the in-order core a series of bit-masks representing read and
write-hazards was added per pipeline. this was a mistake. they
should have been a single (global) series of bit-masks.