Skip to content

Commit f43e742

Browse files
committed
Rename mldsa_sampler_pkg to abr_sampler_pkg
1 parent 83aeaf1 commit f43e742

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

src/abr_sha3/config/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ targets:
2929
provides: [abr_sha3_tb]
3030
schema_version: 2.4.0
3131
requires:
32-
- mldsa_sampler_pkg
32+
- abr_sampler_pkg
3333
- abr_sha3
3434
targets:
3535
rtl:

src/abr_sha3/tb/abr_sha3_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module abr_sha3_tb
2525
import abr_sha3_pkg::*;
2626
import abr_sha3_tb_pkg::*;
2727
import abr_prim_alert_pkg::*;
28-
import mldsa_sampler_pkg::*;
28+
import abr_sampler_pkg::*;
2929
(
3030
`ifdef VERILATOR
3131
input bit clk_tb

src/exp_mask/config/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ provides: [exp_mask_tb]
1616
schema_version: 2.4.0
1717
requires:
1818
- exp_mask
19-
- mldsa_sampler_pkg
19+
- abr_sampler_pkg
2020
targets:
2121
tb:
2222
directories: [$COMPILE_ROOT/tb]

src/exp_mask/tb/exp_mask_tb.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121

2222
import "DPI-C" function string getenv(input string env_name);
2323

24-
`include "mldsa_config_defines.svh"
24+
`include "abr_config_defines.svh"
2525

2626
module exp_mask_tb
27-
import mldsa_sampler_pkg::*;
27+
import abr_sampler_pkg::*;
2828
import abr_params_pkg::*;
2929
(
3030
`ifdef VERILATOR

src/rej_sampler/config/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ provides: [mldsa_rej_sampler_tb]
1616
schema_version: 2.4.0
1717
requires:
1818
- rej_sampler
19-
- mldsa_sampler_pkg
19+
- abr_sampler_pkg
2020
targets:
2121
tb:
2222
directories: [$COMPILE_ROOT/tb]
@@ -37,7 +37,7 @@ provides: [mlkem_rej_sampler_tb]
3737
schema_version: 2.4.0
3838
requires:
3939
- rej_sampler
40-
- mldsa_sampler_pkg
40+
- abr_sampler_pkg
4141
targets:
4242
tb:
4343
directories: [$COMPILE_ROOT/tb]

src/rej_sampler/tb/mldsa_rej_sampler_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import "DPI-C" function string getenv(input string env_name);
2323

2424
module mldsa_rej_sampler_tb
25-
import mldsa_sampler_pkg::*;
25+
import abr_sampler_pkg::*;
2626
import abr_params_pkg::*;
2727
(
2828
`ifdef VERILATOR

src/rej_sampler/tb/mlkem_rej_sampler_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import "DPI-C" function string getenv(input string env_name);
2323

2424
module mlkem_rej_sampler_tb
25-
import mldsa_sampler_pkg::*;
25+
import abr_sampler_pkg::*;
2626
import mldsa_params_pkg::*;
2727
(
2828
`ifdef VERILATOR

src/sample_in_ball/config/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ provides: [sample_in_ball_tb]
3434
schema_version: 2.4.0
3535
requires:
3636
- sample_in_ball
37-
- mldsa_sampler_pkg
37+
- abr_sampler_pkg
3838
targets:
3939
tb:
4040
directories: [$COMPILE_ROOT/tb]

src/sample_in_ball/tb/sample_in_ball_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import "DPI-C" function string getenv(input string env_name);
2323

2424
module sample_in_ball_tb
25-
import sampler_pkg::*;
25+
import abr_sampler_pkg::*;
2626
import abr_params_pkg::*;
2727
(
2828
`ifdef VERILATOR

0 commit comments

Comments
 (0)