commit | 976d9b9c1f563173d9e4571c775b38e70cb1c5d4 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Fri Jul 03 14:21:46 2020 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Fri Jul 03 15:24:52 2020 +0100 |
tree | a1e6d5d61e0e41b7cb92c022abe58789dc4417b4 | |
parent | 5c2d294d867e68cec7c9118568af4a79f4cec3b6 [diff] |
[lint] Add blanket waiver for DECLFILENAME with blackboxes When running Verilator lint with blackboxed modules, we get warnings like the ones below: ``` %Warning-DECLFILENAME: ../../../vendor/lowrisc_ip/prim_xilinx/rtl/prim_xilinx_clock_gating.sv:12:10: Filename 'prim_xilinx_clock_gating' does not match NOTFOUNDMODULE name: 'BUFGCE' 12 | BUFGCE u_bufgce ( | ^~~~~~~~ ... Use "/* verilator lint_off DECLFILENAME */" and lint_on around source to disable this message. %Warning-DECLFILENAME: ../../../vendor/lowrisc_ip/prim_xilinx/rtl/prim_xilinx_clock_mux2.sv:17:11: Filename 'prim_xilinx_clock_mux2' does not match NOTFOUNDMODULE name: 'BUFGMUX' 17 | BUFGMUX bufgmux_i ( | ^~~~~~~~~ %Warning-DECLFILENAME: ../../../vendor/lowrisc_ip/prim_xilinx/rtl/prim_xilinx_pad_wrapper.sv:36:9: Filename 'prim_xilinx_pad_wrapper' does not match NOTFOUNDMODULE name: 'IOBUF' 36 | IOBUF i_iobuf ( | ^~~~~~~ ``` This is due to https://github.com/verilator/verilator/issues/2430. Until the issue is fixed, disable this lint error. 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).