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

[top,tlgen] fabric multi-clock support #903

Merged
merged 2 commits into from Dec 4, 2019

Commits on Dec 4, 2019

  1. [tlgen] Fabric multi-clock support

    Add the ability for fabric to support multiple clocks and resets.
    
    There is currently no defined relationship between clocks, so
    anything that is different is treated as asynchronous. This can be
    improved in the future.
    
    Signed-off-by: Timothy Chen <timothytim@google.com>
    Timothy Chen committed Dec 4, 2019
    Copy the full SHA
    9ea8623 View commit details
    Browse the repository at this point in the history
  2. [top] Add multiple clocks at the top.

    Also add multiple resets sync'ed to each clock.  The multi-clock
    and resets are still connected to the same source, a separate PR will
    bring true clock and reset sources.
    
    Signed-off-by: Timothy Chen <timothytim@google.com>
    Timothy Chen committed Dec 4, 2019
    Copy the full SHA
    e438a60 View commit details
    Browse the repository at this point in the history