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

Add dynamic clock control #260

Merged
merged 5 commits into from
Aug 12, 2024
Merged

Add dynamic clock control #260

merged 5 commits into from
Aug 12, 2024

Commits on Jul 14, 2024

  1. Add dynamic clock control

    DQCE and DCS primitives are added - disabling the clock in a quadrant
    and dynamically selecting the clock source accordingly.
    
    With this commit we are finally able to use clock lines 6 and 7 :)
    
    Added examples for Tangnano1k, Tangnano4k, Tangnano9k, Primer20k,
    Tangnano20k boards.
    
    From the internals: in addition to the well-known fuse tables SHORTVAL
    and LONGVAL, functions have been added for working with another table -
    LONGFUSE. It differs in that it describes the fuses of primitives with
    only one parameter, in contrast to two parameters for SHORTVAL and 16
    parameters for LONGVAL.
    
    Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
    yrabbit committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f1bf4ca View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge branch 'master' into dyn-clk

    Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
    yrabbit committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5fa269e View commit details
    Browse the repository at this point in the history
  2. Forgot about legacy clocks

    yrabbit committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    89008cc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

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

Commits on Aug 9, 2024

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