AlmeidaRW 2ef29982db Including more frequencies around the lower clock speeds (#15)
* Including more low frequencies - hopefully to help debug issues with N64 on Mister Pi boards

* Including even more frequencies (625 is 62.5MHz, the SDRAM clock for N64). Included Excel spreadsheet with frequency calculations

* Changing the parameters for 62.5MHz to more closely follow the PLL MegaWizard's recommendation for this frequency

* Updating all clock frequencies to match the output of the PLL MegaWizard
2024-12-28 14:05:00 +08:00
2019-12-20 07:48:42 -08:00
2021-01-30 19:57:01 +08:00
2021-01-30 19:40:54 +08:00
2018-03-10 16:38:05 +08:00
2018-03-10 16:38:05 +08:00
2020-05-11 04:35:59 +08:00
2019-09-04 05:07:26 +08:00
2021-01-29 13:14:38 +08:00

MemTest - Utility to test SDRAM daughter board.

Memtest screen:

MemTest screen

  1. Auto mode indicator (animated),
  2. Test time passed in minutes,
  3. Current memory module frequency in MHz,
  4. Memory module size:
    • 0 - no memory board detected
    • 1 - 32 MB
    • 2 - 64 MB
    • 3 - 128 MB
  5. Number of of passed test cycles (each cycle is 32 MB),
  6. Number of failed tests.

Controls (keyboard)

  • Up - increase frequency
  • Down - decrease frequency
  • Enter - reset the test
  • C - on 128MB module switches between chips.
  • A - auto mode, detecting the maximum frequency for module being tested. Test starts from maximum frequency. With every error frequency will be decreased.

Controls (gamepad)

  • Up - increase frequency
  • Down - decrease frequency
  • Start - reset the test
  • B - on 128MB module switches between chips.
  • A - auto mode, detecting the maximum frequency for module being tested. Test starts from maximum frequency. With every error frequency will be decreased.

Test is passed if amount of errors is 0. For quick test let it run for 10 minutes in auto mode. If you want to be sure, let it run for 1-2 hours. Board should pass at least 130 MHz clock test. Any higher clock will assure the higher quality of the board.

Description
No description provided
Readme 12 MiB
Languages
Verilog 58.4%
VHDL 18.9%
SystemVerilog 18.5%
Tcl 4.1%
Batchfile 0.1%