Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/migen
base: f175cbf008a1
Choose a base ref
...
head repository: m-labs/migen
compare: 7a5d1260bca5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 9, 2015

  1. mibuild/sim: remove server and interact with tap directly in cpp tb.

    for now:
    - need to create tap manually:
    create tap:
         openvpn --mktun --dev tap0
         ifconfig tap0 192.168.0.14 up
         mknod /dev/net/tap0 c 10 200
    delete tap:
         openvpn --rmtun --dev tap0
    - ARP request/reply OK
    - TFTP request OK
    - need to be tested with TFTP server.
    - need clean up
    root committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    6a18400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5d126 View commit details
    Browse the repository at this point in the history