commit | 47033bd61865e3f23d20a16bd46e1f72793a8012 | [log] [tgz] |
---|---|---|
author | Gaurang Chitroda <gaurangg@google.com> | Mon Oct 28 23:35:42 2019 -0700 |
committer | Gaurang Chitroda <chitrodagaurang@gmail.com> | Tue Oct 29 17:27:25 2019 -0700 |
tree | 4e29ded27778170d2966f1abb3bf5e089ab56f7c | |
parent | 1c0171a7f584dab83ee0f76a77d656c6d812f383 [diff] |
[common/dv] Fix env cfg compile warning seen for all IPs - Instead of specifying default value of argument csr_addr_map_size in initialize method, set csr_addr_map_size using a new method initialize_csr_addr_map_size. - This method initialize_csr_addr_map_size is empty by default in dv_base_env_cfg, and must be overridden with csr_addr_map_size assignment specific to IP under verification. - parameter names changed from ADDR_MAP_SIZE to <IP>_ADDR_MAP_SIZE - Updated test plans to reflect parameter name changes - Updated templates generation scripts env_pkg.sv.tpl, env_cfg.sv.tpl
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.
The project contains comprehensive documentation of all IPs and tools. You can either access it online or build it locally by following the steps below.
$ sudo apt install python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./opentitan-docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:5500.
Have a look at CONTRIBUTING.md for guidelines 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).