summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 daysemux64: cpu: Add emulation of DIV instructionmainIan Moffett
6 daysemux64: cpu: Add emulation of MUL instructionIan Moffett
6 daysemux64: cpu: Add emulation of SUB instructionIan Moffett
6 daysdocs: Document register encoding identifiersIan Moffett
6 daysemux64: Create sample ADD romIan Moffett
6 daysemux64: cpu: Seperate arithop core from add logicIan Moffett
6 daysemux: cpu: Add emulation of ADD instructionIan Moffett
6 daysemux64: cpu: Add initial CPU cycle loop w/ HLTIan Moffett
6 daysemux64: cpu: Add basic opcode definesIan Moffett
6 daysmisc: Add initial fw ROM loadingIan Moffett
6 daysmisc: Use quoted includesIan Moffett
7 daysmisc: Add initial argument parsingIan Moffett
7 daysbuild: Fix build warningsIan Moffett
7 dayscpu: Add initial bring-up and debug logicIan Moffett
7 daysdocs: Describe "bring up area" and ROM detailsIan Moffett
7 daysproject: Add emux64 emulator skeletonIan Moffett
7 daysdocs: 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
2024-08-03soc: pimc: Add initial testbenchIan Moffett