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

WIP: litex: sim: Get sim working in litex-buildenv #82

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2018

  1. litex: sim: Get sim working in litex-buildenv

    Changes needed to get PLATFORM=sim to work again.
    
    The platforms/sim was basically copied from litex.boards.platforms.sim
    but then updated to properly handle sending the SimConfig details to the
    toolchain needed during building and running of the verilog backend.
    
    The changes in gateware/firmware are needed to allow the firmware to be
    loaded lazily at build time.  This is because during build we use a
    single SoC for firmware and gateware build.  Since the old code was
    looking for the firmware during SoC construction it didnt work.
    stffrdhrn committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    a0dcf61 View commit details
    Browse the repository at this point in the history
  2. Add travis configs for the sim build

    Now that sim should build, add some travis configs so we can keep it
    building.
    stffrdhrn committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    a83155c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    d348c6f View commit details
    Browse the repository at this point in the history
  2. 6 Configuration menu
    Copy the full SHA
    4ff397b View commit details
    Browse the repository at this point in the history
  3. sim: Fix networking

    I was thinking the TAP binds to the localIP, but it binds
    to the remote.  Then we just need to run `make tftpd_start`
    and it will bind to the remote which is created by the
    Simulator TAP.
    stffrdhrn committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    01effa7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    185dcbd View commit details
    Browse the repository at this point in the history