summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysemux64: Move CPU BUA base to memmap.hmainIan Moffett
2025-10-13emux64: cpu: Add emulation of DIV instructionIan Moffett
2025-10-13emux64: cpu: Add emulation of MUL instructionIan Moffett
2025-10-13emux64: cpu: Add emulation of SUB instructionIan Moffett
2025-10-13docs: Document register encoding identifiersIan Moffett
2025-10-13emux64: Create sample ADD romIan Moffett
2025-10-13emux64: cpu: Seperate arithop core from add logicIan Moffett
2025-10-13emux: cpu: Add emulation of ADD instructionIan Moffett
2025-10-12emux64: cpu: Add initial CPU cycle loop w/ HLTIan Moffett
2025-10-12emux64: cpu: Add basic opcode definesIan Moffett
2025-10-12misc: Add initial fw ROM loadingIan Moffett
2025-10-12misc: Use quoted includesIan Moffett
2025-10-12misc: Add initial argument parsingIan Moffett
2025-10-12build: Fix build warningsIan Moffett
2025-10-12cpu: Add initial bring-up and debug logicIan Moffett
2025-10-12docs: Describe "bring up area" and ROM detailsIan Moffett
2025-10-12project: Add emux64 emulator skeletonIan Moffett
2025-10-12docs: Introduce operand specifiersIan Moffett
2025-07-24docs: Add opcode listIan Moffett
2025-07-23docs: Introduce Mask Register Over instructionsIan Moffett
2025-07-22docs: 'br' and 'brl' should only have register opsIan Moffett
2025-07-22docs: Define link registers for OSMX64Ian Moffett
2025-07-22docs: Define SR_STATE.CARRY bitIan Moffett
2025-07-22docs: Add information on SR_STATE.SUPERVISORIan Moffett
2025-07-22docs: Reduce arithmetic operandsIan Moffett
2025-03-28isa: Introduce special registersIan Moffett
2025-03-28project: Devoure by OSMORAIan Moffett
2024-08-07soc: bus: Fix DMA channel 2 and 3 MMIO baseIan Moffett
2024-08-05soc: bus: Add generic DMA ctrl to memory rangesIan Moffett
2024-08-05soc: bus: Add support for single size DMA writesIan Moffett
2024-08-05soc: bus: Fixup MMIO logicIan Moffett
2024-08-05soc: bus: Add initial DMA controller hdl sourcesIan Moffett
2024-08-04soc: bus: Bring down reserved chunk to 256 bytesIan Moffett
2024-08-04soc: Add peripheral memory mapIan Moffett
2024-08-04tb/soc: pimc: Remove trailing newlineIan Moffett
2024-08-04soc: pimc: Update irqmask.pngIan Moffett
2024-08-04tb/soc: pimc: Clear WDATA on cc 18Ian Moffett
2024-08-04tb/soc: pimc: Remove unused defineIan Moffett
2024-08-03soc: pimc: Fix typo in commentIan Moffett
2024-08-03soc: pimc: Document MMIO interfaceIan Moffett
2024-08-03tb/soc: pimc: Test IRQ line 3 and maskingIan Moffett
2024-08-03soc: pimc: Add MMIO write interfaceIan Moffett
2024-08-03soc: pimc: Fix up mask bitIan Moffett
2024-08-03soc: pimc: Add MMIO read interfaceIan Moffett
2024-08-03soc: pimc: Describe IRQ signallingIan Moffett
2024-08-03soc: pimc: Update PIMC IRQACK timing requirementsIan Moffett
2024-08-03tb/soc: pimc: Add copyright to testbenchIan Moffett
2024-08-03tb: build.sh -> tb/build.shIan Moffett
2024-08-03tb/soc: irq: Pulse IRQ ACK highIan Moffett
2024-08-03tb: Add build scriptsIan Moffett