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

Category: Design Log

Finished sub8.ab, started working on call/return again

May 31, 2014April 29, 2018

Worked on sub8.ab some more, it now works and passes all its unit tests. Also wrote some extra tests for this, to be more confident in its workingness. Next step will be to finally finish CALL and RETURN. I started […]

sen Design Log

pop16.pc works

May 30, 2014April 29, 2018

Worked on pop16.pc more, it now works and passes all of its unit tests. Am still working on sub8.ab, that one still doesn’t work.

sen Design Log

More work on pop16

May 18, 2014April 29, 2018

Worked on pop16.pc microcode and sub8.ab microcode a bunch. Didn’t get to a point where either works yet.

sen Design Log

Started working on pop16.pc

May 6, 2014April 29, 2018

Figured out the register flow requirements for pop16.pc, and documented it in a diagram. Next step will be to implement the unit test and microcode for it.

sen Design Log

Microcode generator now supports include

December 29, 2013April 29, 2018

Implemented ‘include’ functionality in the microcode generator so that instructions like call (which is really just push16.pc then jmp) can be written as an include, rather than having to copy/paste the contents of those other instructions and maintain two copies.

sen Design Log

CALL done, microcode map generator written

December 26, 2013April 29, 2018

Implemented CALL instruction, which is now working. Extended the microcode generator so it will now generate a mapping file to translate from a control store address to an instruction name (and step within that instruction), which can be loaded into […]

sen Design Log

Refactored how PC works

May 5, 2013April 29, 2018

Refactored all the microcode instructions and their unit tests so that PC now equals the instruction currently being executed, and not the memory location after that. Implemented push16.pc and its unit test and everything works as intended. Next step will […]

sen Design Log

Started working on pushing PC

May 4, 2013April 29, 2018

Reworked PUSH into push8.imm and push8.? (for future implementation of other non-immediate push8s). Implemented push16.imm and push16.? including their unit test and register transfer diagram. Started working on push16.pc, but ran into an issue where PC is incremented within FETCH, […]

sen Design Log

Finished PUSH

February 24, 2013April 29, 2018

Finished implementing PUSH, including the unit test for it. All seems to be working now, and I fixed a lot of bugs related to RAM while working on this, as this is the first use of RAM in the system. […]

sen Design Log

Started implementing SP

February 20, 2013April 29, 2018

Started working on the unit test for PUSH, found that I hadn’t ever implemented the SP register despite it being the design. Did so, and then did a bunch of troubleshooting related to the new register. At this point tests […]

sen Design Log

Posts navigation

1 … 6 7 8 … 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.