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

fix(pc_emul): Allow configurable pc-emul settings; Update README. #689

Merged
merged 2 commits into from
Dec 22, 2023

Commits on Dec 21, 2023

  1. fix(pc_emul): Allow configurable pc-emul settings; Update README.

    - Update Ethernet info in README.
    - Move ethernet CONSOLE_CMD to sw_build.mk (this allows it to be used in
      pc_emul).
    - Change order of the `software/Makefile` includes and settings to allow for
      more flexibility in pc_emul configuration via sw_build.mk
    arturum1 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0b5d0ab View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Update pc-emul-test in Makefile

    Makefile in build_dir no longer has target pc-emul-test. Now, the pc-emul-run target compares the generated test.log file. This way it is consistent with the sim-run and fpga-run targets.
    arturum1 authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9642fa5 View commit details
    Browse the repository at this point in the history