Skip to content

Commit

Permalink
Fix typo in secure domain generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Sep 3, 2024
1 parent 8fb5858 commit eef88f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/sim/src/astral_fix.sv
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ module astral_fixture;
// Security island VIP //
/////////////////////////

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

Expand Down

0 comments on commit eef88f9

Please sign in to comment.