commit | 20eb9c78eb4b58820fd38ece3796dd213b2d32d2 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Feb 01 19:00:01 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Tue Feb 02 17:13:25 2021 +0000 |
tree | e0093237c9a71629f123ee52b8cb0b013b218db8 | |
parent | 243d4a66ec19fca4f0ca8291a48a20bb21d3648b [diff] |
[clkgen] Replace IBUFG with IBUF The IBUFG primitive doesn't exist in 7 series+ devices and is replaced by a normal IBUF during syntheis, as Vivado notes: ``` [Netlist 29-432] The IBUFG primitive 'clkgen/io_clk_ibufg' has been retargeted to an IBUF primitive only. No BUFG will be added. If a global buffer is intended, please instantiate an available global clock primitive from the current architecture. ``` In our case we don't need a global buffer as the output of the IBUF(G) primitive will be fed into a PLL block before being used for logic, and we add appropriate global clock buffers there. Signed-off-by: Philipp Wagner <phw@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 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).