Skip to content

Commit e68ebfe

Browse files
committed
[otbn,dv] Make otbn_base_vseq::saved_tl_cfg_t unpacked
This won't really matter, but the unnecessary "packed" shows that I didn't really understand the difference between packed and unpacked structs in SystemVerilog when I wrote the code in 2022. Or indeed yesterday morning... Signed-off-by: Rupert Swarbrick <[email protected]>
1 parent 2d04983 commit e68ebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/ip/otbn/dv/uvm/env/seq_lib/otbn_base_vseq.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class otbn_base_vseq extends cip_base_vseq #(
3636
protected int unsigned stop_tokens = 0;
3737

3838
// Saved TL agent configuration
39-
typedef struct packed {
39+
typedef struct {
4040
bit valid;
4141
int unsigned a_valid_delay_min;
4242
int unsigned a_valid_delay_max;

0 commit comments

Comments
 (0)