Bug 1149 - simplify the in-order core "multi-bit-masks" down to a single bit-vector
Summary: simplify the in-order core "multi-bit-masks" down to a single bit-vector
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on: 737
Blocks:
  Show dependency treegraph
 
Reported: 2023-08-31 07:15 BST by Luke Kenneth Casson Leighton
Modified: 2023-10-11 15:22 BST (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.