Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing to main #330

Merged
merged 133 commits into from
Dec 7, 2023
Merged

Syncing to main #330

merged 133 commits into from
Dec 7, 2023

Conversation

howardtr
Copy link
Collaborator

@howardtr howardtr commented Dec 5, 2023

No description provided.

robertszczepanski and others added 30 commits August 29, 2023 09:50
Fixes the case where timers restart and then t2 times out in cascade mode and NMI is triggered. Expected txn needs to occur in the same clk as NMI interrupt

Related work items: #545794
added message reduction

Related work items: #554637
Enforce a minimum of 5 clks on timer timeout values for WDT tests to avoid transaction mismatches

Related work items: #555119
…ert rst cross cps to cover props

1. Emulate the 1 cycle delay in clear function
2. Add more scenarios to debug sequence
3. Rst cross coverpoints never get hit, converting to cover properties for better coverage

Related work items: #532848
… s=0

added s_out_of_range failure for signing output
added ecc test vector for seed/nonce/iv full range

Related work items: #561868
- fix for scan coverage
Removing synchronizer from scan mode signal on reset override.
Adding warm reset pin to drive reset during scan mode for max coverage.

Related work items: #555293
…out values in RT fw

Related work items: #562658
Pipeline to merge all duts coverage into one database

Related work items: #563789
… bind additions

Addition of coverage binds to top level caliptra benches broke compilation when +COVERAGE was added. Missed this due to pipeline and manual testing not includingt he option.

Related work items: #563789
added a missing default case to hmac_drbg_interface

Related work items: #565291
Merge dev-msft -> dev-integrate
Reintegrate main -> dev-public
Merge dev-goog -> dev-integrate
Create Security and Response policy
Reintegrate main -> dev-msft
…s at MBOX flow entry

Firmware fix to clear any error interrupts held over after previous mailbox flow handling exited, but before the mailbox returned to idle state. Resolves a UVM regression edge case.

Also, force firmware randomization seed to match hardware seed by extracting seed value from the yml test file (which accounts for manual override in local runs).

Related work items: #565323
Fixing how coverage is merged

Related work items: #563789
…o MSFT internal repo

MSFT sync: Manual file-copy from GH dev-integrate to MSFT internal repo

Related work items: #566127
kgugala and others added 26 commits November 21, 2023 22:09
Remove read IDCODE instruction from VeeR JTAG TAP
* Update VCS steps with instructions to copy test vector generator

* Add Makefile VCS sim step to copy test vector gen scripts

* Add steps for running UVM unit tests

* VCS instructions for running unit tests
updated property suite in hmac_drbg folder
Added formal folder with readme and pdf
initial markdown conversion of hardware spec
…nternal

Manual filesystem merge from GH repo
(Bringing back to GH to include some file modifications - lic headers)

Related work items: #587660
Addresses regression failures due to test setup issue and last dword clear logic

Related work items: #588795
Migrate our synthesis setup to fusion compiler
NOTE: MSFT internal synthesis flow is used as a pipe-cleaner to check
for synthesizability, lint, timing. This may be different from tools
used by other Caliptra developers for more rigorous physical analysis.

Related work items: #589061
…tall

Fix three different regression errors caused by testbench bugs:
* An edge case can cause AHB interface to stall up to 34 clock cycles when running SHA accelerator operations, previous TB code flags an error above 33 clock cycles
* A multi-threaded sequence issue in the soc_ifc mailbox testcase with random register access injection can result in deadlock
* A false-positive test pass might be reported for Caliptra-initiated mailbox tests - erroneous/unexpected MBOX_ERROR transitions are handled normally, even for non-error-injection scenarios.

Related work items: #589323, #589324, #589546
Update lower level scan mode sequence to make debugUnlock input to KV a pulse instead of a level
Add some helpful prints to predictor

Related work items: #591177
* Fix the GH issue #295, which describes a scenario where ECC errors on reads from ICCM may not trigger the error signal and cause cptra_error_fatal to assert.
* Fix a minor UVM issue in uvmf_soc_ifc that causes intermittent errors during nightly regression.

Related work items: #597603, #597604, #597607
Merge dev-msft -> dev-integrate
Merge dev-public -> dev-integrate
[FV] Adding ECC, DOE, HMAC_DRBG and SHA512_masked formal Assertion IP
@calebofearth
Copy link
Collaborator

Is this just a duplicate of #270? Looks like that PR was completed as a squash, is this one just being used to pull in the non-linear history?

@howardtr
Copy link
Collaborator Author

howardtr commented Dec 5, 2023

Is this just a duplicate of #270? Looks like that PR was completed as a squash, is this one just being used to pull in the non-linear history?

Thx Caleb, just realized what I did - contxt switch penalty. I'll revert the squash so we can grab the history again

@howardtr howardtr merged commit 09478fc into dev-goog Dec 7, 2023
94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.