Skip to content

Commit

Permalink
Fix typo in fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Sep 3, 2024
1 parent 31d6c14 commit 5801a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/sim/src/astral_fix.sv
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ module astral_fixture;

if (CarfieldIslandsCfg.safed.enable) begin : gen_safed_vip
// We assume 50 MHz for Safety Island JTAG
localparam time ClkPeriodSafedJtag = 20 ns;
localparam time ClkPeriodSafedJtag = 20ns;

localparam axi_in_t AxiIn = gen_axi_in(DutCfg);
localparam int unsigned AxiSlvIdWidth = DutCfg.AxiMstIdWidth + $clog2(AxiIn.num_in);
Expand Down Expand Up @@ -908,7 +908,7 @@ module astral_fixture;

if (CarfieldIslandsCfg.secured.enable) begin: gen_secured_vip
// We assume 50 MHz for OpenTitan JTAG
localparam time ClkPeriodSecdJtag = 20 ns;
localparam time ClkPeriodSecdJtag = 20ns;

// VIP
vip_security_island_soc #(
Expand Down

0 comments on commit 5801a49

Please sign in to comment.