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

Prepare first release candidate #5

Open
wants to merge 51 commits into
base: release
Choose a base branch
from
Open

Prepare first release candidate #5

wants to merge 51 commits into from

Commits on Jul 4, 2020

  1. Added common interfaces for differential signals, high-speed lanes an…

    …d tristate interfaces.
    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    0dfcb89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db96c57 View commit details
    Browse the repository at this point in the history
  3. Added JTAG interface.

    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    a7663b1 View commit details
    Browse the repository at this point in the history
  4. Added SPI interface.

    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    35489e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a17103 View commit details
    Browse the repository at this point in the history
  6. Added license text.

    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    419863f View commit details
    Browse the repository at this point in the history
  7. Added license text.

    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    9fb05fc View commit details
    Browse the repository at this point in the history
  8. Added license text.

    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    582593b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7f12f6 View commit details
    Browse the repository at this point in the history
  10. Merged common interfaces

    This file has been successfully checked by Riviera-PRO 2020.04.
    Paebbels authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    0767550 View commit details
    Browse the repository at this point in the history
  11. Merged i2c

    This file has been successfully checked by Riviera-PRO 2020.04.
    Paebbels authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    83b6619 View commit details
    Browse the repository at this point in the history
  12. Merged jtag

    This file has been successfully checked by Riviera-PRO 2020.04.
    Paebbels authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    ed29bbb View commit details
    Browse the repository at this point in the history
  13. Merged SPI

    This file has been successfully checked by Riviera-PRO 2020.04.
    Paebbels authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    c5e528a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    699a2d0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca12d94 View commit details
    Browse the repository at this point in the history
  16. Fixed yml formatting for RTD. Extended conf.py. Added license file. A…

    …dded ReST prolog file.
    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    2083138 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e47ce6a View commit details
    Browse the repository at this point in the history
  18. This solves #10.

    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    66d6dd2 View commit details
    Browse the repository at this point in the history
  19. Fixed typo.

    Paebbels committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    b6d4734 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    23908ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed32569 View commit details
    Browse the repository at this point in the history
  3. Added generic package, so commonly used presized AXI interface can be…

    … declared via package instances.
    Paebbels committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    7c4a6f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c9e68c View commit details
    Browse the repository at this point in the history
  5. Added views.

    Paebbels committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    315bda5 View commit details
    Browse the repository at this point in the history
  6. Merged CSE

    This file has been successfully checked by Riviera-PRO 2020.04.
    Paebbels authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    5bc9ae1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afb8728 View commit details
    Browse the repository at this point in the history
  8. Merged UART

    This file has been successfully checked by Riviera-PRO 2020.04.
    Paebbels authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    6f85961 View commit details
    Browse the repository at this point in the history
  9. Added VGA interface.

    Paebbels committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    706880c View commit details
    Browse the repository at this point in the history
  10. Added I²S interface.

    Paebbels committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    121e68d View commit details
    Browse the repository at this point in the history
  11. Merged I2S

    This file has been successfully checked by Riviera-PRO 2020.04.
    Paebbels authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    dec4136 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #12 from VHDL/naming

    Changed type and view naming
    Paebbels authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    e8fb5bc View commit details
    Browse the repository at this point in the history
  13. Merge pull request #11 from VHDL/documentation

    Initial Documentation Skeleton
    Paebbels authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    db4944c View commit details
    Browse the repository at this point in the history
  14. Added draft for Ethernet related interfaces (RMII, MII, RGMII, GMII, …

    …XGMII, SGMII, QSGMII).
    Paebbels committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    0aa8cd0 View commit details
    Browse the repository at this point in the history
  15. Added MIPI D-PHY interface.

    Paebbels committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    f9146df View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b7f6c4c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6413ed5 View commit details
    Browse the repository at this point in the history
  18. Merged Cages

    This file has been successfully checked by Riviera-PRO 2020.04.
    Paebbels authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    1f7d22d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    f8abd03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf6fb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d53ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24b8cb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    995b4b3 View commit details
    Browse the repository at this point in the history
  6. Added MIPI C-PHY interface.

    Paebbels committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f85b760 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Renamed Sender to Transmitter in UART protocol.

    (cherry picked from commit 506bb3c25320137028aebc19f141362620878842)
    Paebbels committed May 18, 2023
    Configuration menu
    Copy the full SHA
    cd82571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9c279c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'AXI' into dev

    Paebbels committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9cab69e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a92ecae View commit details
    Browse the repository at this point in the history
  5. Added MIPI M-PHY interface.

    Paebbels committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9211893 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'MIPI' into dev

    Paebbels committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9c3d619 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'VGA' into dev

    Paebbels committed May 18, 2023
    Configuration menu
    Copy the full SHA
    0c6ba95 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Updated file headers.

    Paebbels committed May 19, 2023
    Configuration menu
    Copy the full SHA
    24223c3 View commit details
    Browse the repository at this point in the history