commit | 0622cc36f26a875fd887f6675e3d518427b7995c | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Tue May 19 13:36:28 2020 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Tue May 19 15:01:08 2020 -0700 |
tree | a714a40a22369b3679eb732584de10f4d29d02c0 | |
parent | f55d8ea669ff2bfa7e3ac16fab0674fb1d2ada4a [diff] |
[packer] Add support of 1bit input width Reported by @mwbranstad Proble: prim_packer doesn't handle 1bit input width If `InW` is set to 1, `lod_idx` size goes to negative, which creates lint errors. This commit is to fix the error and guarantees `lod_idx` widht to 1bit when `InW` is 1. Signed-off-by: Eunchan Kim <eunchan@opentitan.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).