Skip to content

Commit

Permalink
removing unused macro that causes issues for compile (#106)
Browse files Browse the repository at this point in the history
* removing unused macro that causes issues for compile

* updating nightly regression to include more test cases

* MICROSOFT AUTOMATED PIPELINE: Stamp 'user/dev/michnorris/macro_fix' with updated timestamp and hash after successful run

* scan_mode coverage (#103)

* added scan_mode cov

* MICROSOFT AUTOMATED PIPELINE: Stamp 'mojtaba-cov' with updated timestamp and hash after successful run

---------

Co-authored-by: Mojtaba Bisheh Niasar <“mojtabab@microsoft.com”>

* revised spec (#105)

* fixed rdl description

* revised perf results

* MICROSOFT AUTOMATED PIPELINE: Stamp 'mojtaba-spec' with updated timestamp and hash after successful run

---------

Co-authored-by: Mojtaba Bisheh Niasar <“mojtabab@microsoft.com”>

* MICROSOFT AUTOMATED PIPELINE: Stamp 'user/dev/michnorris/macro_fix' with updated timestamp and hash after successful run

---------

Co-authored-by: Mojtaba Bisheh-Niasar <102058313+mojtaba-bisheh@users.noreply.github.com>
Co-authored-by: Mojtaba Bisheh Niasar <“mojtabab@microsoft.com”>
  • Loading branch information
3 people authored Feb 27, 2025
1 parent ecbead1 commit ac8dd69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
29dcb5bde298eb22361fa6b878c3efc87b8694453279ebb4ac7f5114a3fd475bc7702ab88ab2e9fee3064ba46ea0279b
c911cebc6557d5358fa36a00da2c1d6e089a2d251c3acb876f720f27ed94922cccf906a36c67c2f46bde30f25b2130e7
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1740673811
1740687676
6 changes: 0 additions & 6 deletions src/mldsa_top/rtl/mldsa_config_defines.svh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,4 @@
.rdata_o(mldsa_memory_export.``_mem_name``_rdata_o)\
);


`define MLDSA_CUSTOM_INF // KV interface\
output kv_read_t kv_read,\
input kv_rd_resp_t kv_rd_resp,\
//PCR Signing\
input pcr_signing_t pcr_signing_data,
`endif
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ contents:
templates:
$ADAMSBRIDGE_ROOT/src/mldsa_top/uvmf/uvmf_template_output/project_benches/mldsa/tb/tests/src/ML_DSA_randomized_key_gen_and_sign_test : { weight 65 }
$ADAMSBRIDGE_ROOT/src/mldsa_top/uvmf/uvmf_template_output/project_benches/mldsa/tb/tests/src/ML_DSA_randomized_verif_test : { weight 35 }
$ADAMSBRIDGE_ROOT/src/mldsa_top/uvmf/uvmf_template_output/project_benches/mldsa/tb/tests/src/ML_DSA_randomized_all_test : { weight 10 }
$ADAMSBRIDGE_ROOT/src/mldsa_top/uvmf/uvmf_template_output/project_benches/mldsa/tb/tests/src/ML_DSA_randomized_verif_fail_test : { weight 5 }
$ADAMSBRIDGE_ROOT/src/mldsa_top/uvmf/uvmf_template_output/project_benches/mldsa/tb/tests/src/ML_DSA_randomized_zeroize_test : { weight 5 }

0 comments on commit ac8dd69

Please sign in to comment.