Apollo Guidance Computer In An FPGA

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

Комментарии • 4

  • @ezalb9893
    @ezalb9893 11 дней назад +1

    wow what an entresting project!
    I'd like to see it work more in depth, good job!

  • @wxua5859
    @wxua5859 11 дней назад +1

    That’s cool, how did you flash the assembly onto the controller?

    • @mikeakohn
      @mikeakohn  10 дней назад

      It's hardcoded in the FPGA's Verilog:
      initial begin
      $readmemh("rom.txt", fixed_memory);
      end
      The Makefile has some recipes for building specific test programs and generating the rom.txt from it. I could add a bootloader and read from UART, but meh... :)