-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lowrisc_ip to lowRISC/opentitan@e0c4026501
Update code from upstream repository https://github.com/lowRISC/opentitan to revision e0c40265019aa0c74e6903d3b3a144c48a3815ec * [prim/lint] Fix long line lint error in prim_intr_hw (Alexander Williams) * [csr_seq_lib] Avoid slicing a queue (Rupert Swarbrick) * [dv] Make mem_model's compare_byte function less chatty (Rupert Swarbrick) * [doc,prim] Improve comments in prim_intr_hw (Harry Callahan) * [dvsim] Format FormalCfg code. (Miguel Osorio) * [dvsim] Add results_server dependency to FormalCfg (Miguel Osorio) * [prim_sha2] Add `hash_running_o` (Andreas Kurth) * [prim_sha2] Add `hash_continue_i` (Andreas Kurth) * [prim_sha2] Make digest writable from input while disabled (Andreas Kurth) * [dv,random_reset] Enhance handling of random resets (Guillermo Maturana) * [dv] Change implementation of special mubi access modes (Michael Schaffner) * [dv,cov_merge] Do serial coverage merge for vcs (Guillermo Maturana) * [dv/csr_utils] Change csr_peek to return the peeked value (Rupert Swarbrick) * [dv/csr_utils] Expand a documentation comment in csr_peek (Rupert Swarbrick) * [dv/csr_utils] Simplify HDL path checking in csr_peek (Rupert Swarbrick) * [dv/csr_utils] Use DV_CHECK to simplify code structure in csr_peek (Rupert Swarbrick) * [dv/csr_utils] Fix a seeming typo in csr_peek (Rupert Swarbrick) * [dv/csr_utils] Change `csr_peek` to function (Andreas Kurth) * [prim] Fix lint error in shadow register subreg primitive (Pirmin Vogel) * [otp_ctrl] Add second HW_CFG partition (Michael Schaffner) * [primgen] Fix parameters in a primgen template (Rupert Swarbrick) * [prim] Avoid unnecessary Impl parameter in prim_onehot_check (Rupert Swarbrick) * [hw,prim,sha2] Fix syntax error in waiver file (Robert Schilling) * [prim_sha2,rtl] prim_sha2 minor RTL and styling fixes (Ghada Dessouky) * [prim_sha2,rtl] Add RTL implementation + update core + lint waivers (Ghada Dessouky) * [otp_ctrl] Remove entropy_src chicken switches (Michael Schaffner) * [dv] Correct direct prediction of regwen (Michael Schaffner) * [clkmgr] Restructure division clock feedback (Michael Schaffner) * Revert "[edn] Move prim_edn_req out of prim" (Rupert Swarbrick) * [rtl, prim] Add 'commit' functionality to prim_count (Greg Chadwick) * [prim] Fix up 1r1w cores (Alexander Williams) * [prim] Add two-port memory ECC wrappers (Michael Schaffner) * [prim] Add two-port memory implementation (Michael Schaffner) * [prim] Make copies of dual port memory files (Michael Schaffner) * [otp_ctrl] Add support for multiple HW_CFG partitions (Michael Schaffner) * [otp_ctrl] Add option to disable integrity on a partition (Michael Schaffner) * [dv] Enhance RAL model with clearable mubi types (Michael Schaffner) Signed-off-by: Greg Chadwick <gac@lowrisc.org>
- Loading branch information
1 parent
5a8a1a9
commit 71683aa
Showing
45 changed files
with
2,686 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Copyright lowRISC contributors. | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# waiver file for prim_ram_1r1w | ||
|
||
waive -rules {STAR_PORT_CONN_USE} -location {prim_ram_1r1w.sv} -regexp {.*wild card port connection encountered on instance.*} \ | ||
-comment "Generated prims may have wildcard connections." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright lowRISC contributors. | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# waiver file for prim_sha2 pre_dv Verilator testbenches | ||
|
||
# waive long line violations in test vectors feeding | ||
waive --rule=line-length --location="prim_sha_multimode32_tb.sv" | ||
waive --rule=line-length --location="prim_sha_tb.sv" |
Oops, something went wrong.