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

Pmod bridge: Fix the disabled bottom row bug #60

Open
wants to merge 10 commits into
base: hierarchies
Choose a base branch
from

Commits on Nov 16, 2021

  1. PmodAD1 Hierarchy: Add README's text to the hierarchy as a block desi…

    …gn comment
    
    The comment is attached to the Pmod bridge object in order to hide it when the hierarchy is closed
    The readme was edited to remove illegal characters that prevent the set_property tcl command from evaluating properly (primarily the quotes)
    Newlines were inserted to ensure that the text fits in the window (a standard width should be established)
    artvvb committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    020fcab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b05f4f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Pmod Bridge: Remove ports shared between interfaces

    Originally, some ports shared the FPGA-side ports with other interfaces. This led to highly-confusing enablement dependency conditions. Splitting out all of the ports so that each interface has its own set makes it so that the dependency conditions are only required at the interface level instead of also at the port level.
    artvvb committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    45b34ae View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    b0015d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31d424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ac7a55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd62832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f93f67 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

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

Commits on Dec 7, 2021

  1. ToF Hierarchy: Add s_axi_aclk frequency requirement to readme.

    Refer to Xilinx PG090's AXI clock frequency requirements
    artvvb committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    ee39601 View commit details
    Browse the repository at this point in the history