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

feat(frontend): add ClockGate at frontend SRAMTemplate #3889

Merged
merged 2 commits into from
Nov 19, 2024

Commits on Nov 18, 2024

  1. feat: add ClockGate at SRAMTemplate

    * Add param `withClockGate` at SRAMTemplate
    * when SRAM is single-port, use maskedClock for both array\.read\(\) and array\.write\(\) to ensure single-port SRAM access.
    * when SRAM is multi-port, the read and write ports of the multi-port SRAM are gated using different clocks.
    Lawrence-ID committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4fbba5d View commit details
    Browse the repository at this point in the history
  2. fix: reformat

    Lawrence-ID committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e335769 View commit details
    Browse the repository at this point in the history