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

[fpga] Increase CW310 base clock frequency to 24 MHz #19479

Merged
merged 3 commits into from
Sep 1, 2023

Commits on Aug 31, 2023

  1. [test] Ensure keymgr_sideload_otbn_test has enough entropy

    Put entropy_src into auto mode so the test doesn't run out.
    
    Signed-off-by: Alexander Williams <awill@opentitan.org>
    a-will authored and timothytrippel committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6b87337 View commit details
    Browse the repository at this point in the history
  2. [fpga] Increase CW310 base clock frequency to 24 MHz

    Set clock frequencies for CW310 to the following
    
    clk_main:    24 MHz
    clk_io_div4: 6 MHz
    
    Also improve the SPI_HOST timing constraints to have the correct max
    frequency, in addition to multicycle paths reflecting the correct
    capture edges.
    
    Lastly, re-sign pre-signed ROM e2e tests as these were updated.
    
    Co-authored-by: Tim Trippel <ttrippel@google.com>
    Signed-off-by: Alexander Williams <awill@opentitan.org>
    a-will and timothytrippel committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    162cdab View commit details
    Browse the repository at this point in the history
  3. [test] Fix lack of entropy for wycheproof test

    The test did not initialize the entropy complex to auto mode, and it
    would exhaust the available, finite entropy generated during boot,
    leading to freezing and timeouts.
    
    Add this test back to the FPGA suite.
    
    Signed-off-by: Alexander Williams <awill@opentitan.org>
    a-will authored and timothytrippel committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7c07eb0 View commit details
    Browse the repository at this point in the history