commit | 116ae53999f9a2519133cdc8cac7820279a3c989 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Mon Aug 30 10:23:37 2021 +0200 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Sep 01 09:27:59 2021 +0200 |
tree | cd4baa2f267dbe62d5eda1325d31f2396d18e098 | |
parent | 7e60eca10f23f5a4fcdc3723fc571599f8e00178 [diff] |
[clkmgr] Use local BUFHCE clock gates on FPGA With this commit, clkmgr now uses local BUFHCE resources to clock gate the software hintable clocks (AES, HMAC, KMAC, OTBN). Previously, we were only using global BUFGCE resources. But these are scarce and under some circumstances, cannot be cascaded. As a result, we weren't gating software controllable and hintable clocks at all on FPGA. But since the hintable clocks don't span across many FPGA clock regions, they are well suited to be gated via local BUFHCE instead of global BUFGCE resources. The software controllable clocks clk_io_peri, clk_io_div2_peri, clk_io_div4_peri and clk_usb_peri are distributed across a bigger part of the design. This commit thus inserts a global BUFGCE clock gate for these. Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).