radix: reading first page table entry
[soc.git] / src / soc / consts.py
2021-02-28 Luke Kenneth Casso... start on SVP64 RM Mode decoder
2021-02-21 Cesar StraussThe field selection function was moved to nmutil.util
2021-02-21 Luke Kenneth Casso... create SVP64CROffs consts for when SVP64 Vector-of...
2021-02-20 Cesar StraussActually forward the field width to field_slice()
2021-02-20 Cesar StraussReplace more hardcoded constants with symbolic field...
2021-02-17 Luke Kenneth Casso... declare blank classes SPEC and EXTRA2 to add MSB-to...
2021-02-17 Cesar StraussUse subfield bit selection to extract the RM SVP64...
2021-02-17 Cesar StraussReplace MSB-i by symbolic subfield indices and selectors
2021-02-17 Cesar StraussAdd a function to select bits from a signal into a...
2021-02-16 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-02-16 Luke Kenneth Casso... adapt botchify so it can be used for 31- or 15- etc...
2020-10-06 Luke Kenneth Casso... add SRR1 setting for LDST memory exception trap
2020-10-06 Luke Kenneth Casso... add LDSTException decode/handling in PowerDecoder2
2020-09-06 Luke Kenneth Casso... add DEC SPR to CoreState and PowerDecoder, activate...
2020-09-04 Luke Kenneth Casso... adding option to include XICS external interrupts.
2020-07-24 Samuel A. Falvo IIWIP: addressing code review, restoring proofs, etc.
2020-07-24 Luke Kenneth Casso... add better comments on field_slice
2020-07-24 Luke Kenneth Casso... returned field_slice to original, and added comments
2020-07-24 Luke Kenneth Casso... made it clear what is meant by the slice numbering...
2020-07-24 Samuel A. Falvo IIRefactorin of common code
2020-07-22 Luke Kenneth Casso... sigh, auto-create some little/big-endian classes for...
2020-07-22 Luke Kenneth Casso... add TT.size and use it in PowerDecoder and trap input...
2020-07-22 Luke Kenneth Casso... note that traptype MUST increase in bitwidth correspond...
2020-07-22 Samuel A. Falvo IIComplete FV properties for OP_TRAP instructions.
2020-07-21 Samuel A. Falvo IIRefine properties to comply with spec
2020-07-21 Samuel A. Falvo IIMerge in recent updates to TRAP FV properties.
2020-07-15 Luke Kenneth Casso... move traptype to soc.consts
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-04 Luke Kenneth Casso... cater for illegal instruction (generates a trap)
2020-07-04 Luke Kenneth Casso... use new consts module