Bug 338 - CompUnitALU needs go_die to be wired to ALU shadow mask
Summary: CompUnitALU needs go_die to be wired to ALU shadow mask
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Mac OS
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks: 81
  Show dependency treegraph
 
Reported: 2020-05-22 17:16 BST by Luke Kenneth Casson Leighton
Modified: 2022-06-16 14:54 BST (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Kenneth Casson Leighton 2020-05-22 17:16:20 BST
this is for ALU cancellation.  when go_die is pulled on a Comp Unit, it indicates
that the result - computed or in transit to *be* computed - is no longer required
and must be dropped on the floor, immediately.

ALU pipelines are to be set up with "cancellation" capability.  this is set
from nmutil.concurrentunit.ReservationStations "maskwid" parameter, which is
set one per CompUnit.  with the cancellation mask being N bits wide,
N go_die CompUnits may be connected together on the front, one go_die signal
to each cancellation mask bit.