commit | 78e0a4bd4ec19a154b33277bff9ae961de76bc33 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Tue Jun 01 16:06:06 2021 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Jun 07 15:52:49 2021 +0100 |
tree | c7cdfd8dce5877d799369a06c0c7bc92376d53f4 | |
parent | f5098cc8b21001154bc2a6f018b7e037b23ae7e6 [diff] |
[top_earlgrey] Avoid non-existent pins in XDC file for CW310 A Vivado synthesis of the CW310 design results in the following warnings, coming from two pins which are declared in the XDC file, but don't exist as top-level ports in the design. Remove them from the XDC file by commenting them out. (This way the XDC file has still all possible device pins in there, but only the used ones are actually enabled, a common technique for those files.) ``` CRITICAL WARNING: [Common 17-55] 'set_property' expects at least one object. [/home/philipp/src/opentitan/build/lowrisc_systems_chip_earlgrey_cw310_0.1/src/lowrisc_systems_chip_earlgrey_cw310_0.1/data/pins_cw310.xdc:85] Resolution: If [get_<value>] was used to populate the object, check to make sure this command returns at least one valid object. WARNING: [Vivado 12-584] No ports matched 'IO_UPHY_SUS'. [/home/philipp/src/opentitan/build/lowrisc_systems_chip_earlgrey_cw310_0.1/src/lowrisc_systems_chip_earlgrey_cw310_0.1/data/pins_cw310.xdc:86] CRITICAL WARNING: [Common 17-55] 'set_property' expects at least one object. [/home/philipp/src/opentitan/build/lowrisc_systems_chip_earlgrey_cw310_0.1/src/lowrisc_systems_chip_earlgrey_cw310_0.1/data/pins_cw310.xdc:86] Resolution: If [get_<value>] was used to populate the object, check to make sure this command returns at least one valid object. Finished Parsing XDC File [/home/philipp/src/opentitan/build/lowrisc_systems_chip_earlgrey_cw310_0.1/src/lowrisc_systems_chip_earlgrey_cw310_0.1/data/pins_cw310.xdc] ``` 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 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).