Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 493 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 493 Bytes

PDP-1(D) in Verilog

Basic usage

  • Adjust the readmemh pdp1_memory.v to load a hex dump of some program (default is "test.hex")
  • The simulation will stop if the more than 1000000000 cycles have passed or if CPU is halted over the OPR instruction or gets an unknown instruction.
  • Default output is pdp1.vcd

Current Status