soc.fu.mmu package¶
Subpackages¶
Submodules¶
soc.fu.mmu.fsm module¶
soc.fu.mmu.mmu_input_record.2 module¶
soc.fu.mmu.mmu_input_record module¶
-
class
soc.fu.mmu.mmu_input_record.
CompMMUOpSubset
(name=None)¶ Bases:
soc.fu.base_input_record.CompOpSubsetBase
a copy of the relevant subset information from Decode2Execute1Type needed for MMU operations. use with eq_from_execute1 (below) to grab subsets.
soc.fu.mmu.pipe_data module¶
MMU Pipeline Data structures
Covers MFMMU and MTMMU for MMU MMUs (dsisr, dar), and DCBZ and TLBIE.
Interestingly none of the MMU instructions use RA, they all use RB. except dcbz which uses (RA|0)
Links: * https://bugs.libre-soc.org/show_bug.cgi?id=491 * https://libre-soc.org/3d_gpu/architecture/regfile/
-
class
soc.fu.mmu.pipe_data.
MMUInputData
(pspec)¶ Bases:
soc.fu.pipe_data.IntegerData
-
regspec
= [('INT', 'ra', '0:63'), ('INT', 'rb', '0:63'), ('SPR', 'spr1', '0:63')]¶
-
-
class
soc.fu.mmu.pipe_data.
MMUOutputData
(pspec)¶ Bases:
soc.fu.pipe_data.IntegerData
-
regspec
= [('INT', 'o', '0:63'), ('SPR', 'spr1', '0:63')]¶
-
-
class
soc.fu.mmu.pipe_data.
MMUPipeSpec
(id_wid)¶ Bases:
soc.fu.pipe_data.CommonPipeSpec
-
opsubsetkls
¶
-
regspec
= ([('INT', 'ra', '0:63'), ('INT', 'rb', '0:63'), ('SPR', 'spr1', '0:63')], [('INT', 'o', '0:63'), ('SPR', 'spr1', '0:63')])¶
-