ECLair

Custom ECL CPU

  • About ECLair
  • System Overview
  • Microcode & Control Store
  • Instruction Set
  • Registers
  • Paging Subsystem
  • Expansion/Extension Slots
  • Work Log
  • About ECLair
  • System Overview
  • Microcode & Control Store
  • Instruction Set
  • Registers
  • Paging Subsystem
  • Expansion/Extension Slots
  • Work Log

Author: sen

Work on (page) faults in progress

November 18, 2024November 23, 2024

Paging was implemented way back near the beginning of the project, but page faults hadn’t been implemented yet. This seemed like a good next thing to work on, so I started looking into it today. I last looked at this […]

sen Design Log faults, paging

DMA implemented, and many bugs fixed along the way

November 17, 2024November 17, 2024

I started working on DMA support and got it most of the way there, but then some of my tests were acting weird. After digging into things with GTKWave a bunch it looked like both 16-bit loads and stores were […]

sen Design Log dma, load-store, microcode

Quick changes to test harnesses

August 25, 2024November 17, 2024

When I first set up the test framework, I just had iverilog running the CPU directly, as everything happened inside that and there was no reason to add another layer of complexity. Once I needed to test interrupts however, I […]

sen Toolchain test-harness

Thoughts on DMA

August 24, 2024

I’ve been reading through Linkers and Loaders for the last couple months, and my brain is very full with toolchain stuff so I figured I’d think about hardware again for a little bit. I think DMA will probably just be […]

sen Design Log dma, front-panel, hardware, interrupts, microcode, peripherals

Moved development to “the cloud”

November 11, 2022June 14, 2024

Quick update today, I’m in the process of moving off of my current laptop (a MacBook Late 2008) and figured I should look at moving the development/test environment into the cloud (senCloud that is) since there’s no real reason to […]

sen Design Log, Toolchain

Jump instructions now relative

May 2, 2021

Got back up to speed on the project recently after some time away (pandemic), and picked up where I left off. I’d meant to make the jmp instructions PC-relative originally, but ended up implementing them as absolute temporarily until I […]

sen Uncategorised

Disassembler working!

November 27, 2020

Looking into the toolchain more, the next step after the assembler seemed to be a disassembler. LLVM handles a lot of the details of this using the same data tables created for the assembler, so it seemed like it wouldn’t […]

sen Design Log, Toolchain disassembler, llvm

Simulator Signal Graph

November 23, 2020

I took a break for a few days from working on the design itself, to work on a tool to generate a graph of the simulator signal flow. The signal flow in parts of the CPU is getting complicated enough […]

sen Design Log, Toolchain documentation

Thoughts on exceptions

November 14, 2020

The next thing to implement is going to be exceptions, or traps, or faults, I haven’t really decided what to call them yet. We’ll need them for syscalls, page faults, breakpoints, and probably things I haven’t realized yet. My current […]

sen Design Log exceptions, interrupts, microcode

Stack instructions complete

November 14, 2020

After a year away from the project (we adopted a puppy and then there’s been a pandemic), I got back into it today and picked up where I left off in 2019. I’d realized that the stack instructions had been […]

sen Design Log microcode, stack

Posts navigation

1 2 … 10

Work Log

  • November 2024
  • August 2024
  • November 2022
  • May 2021
  • November 2020
  • July 2019
  • April 2019
  • November 2018
  • October 2018
  • May 2018
  • April 2018
  • March 2018
  • July 2017
  • December 2016
  • July 2015
  • June 2015
  • June 2014
  • May 2014
  • December 2013
  • May 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
Proudly powered by WordPress | Theme: Dream by vsFish.