Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More developments with BOOT #596

Merged
merged 2 commits into from
Sep 1, 2023
Merged

More developments with BOOT #596

merged 2 commits into from
Sep 1, 2023

Commits on Sep 1, 2023

  1. More developments with BOOT

    The CPU is reading things from somewhere (I didn't get to check where
    from, but instruction data is arriving) - but something's not right
    because it doesn't try to write anything (wdata always xxxx) and preboot
    tells the CPU to write the bootloader to memory.
    
    List of changes:
    - There are 2 SWRegs now, one for the CPU reset pulse and another one to
      store the current boot stage.
    - Full ROM removed, and instead there are only the preboot and
      bootloader separate ROMs, and only the bootloader one goes into the
      ROM SWReg.
    - Correction in concatenation order in iob_soc.v (was inverted).
    - CPU pulse request created and possibly ready inside iob_soc_boot.v.
    Edw590 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    78a4d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddaa872 View commit details
    Browse the repository at this point in the history