Skip to content

Commit d4f3d73

Browse files
[racl,raclgen] Unify raclgen template across earlgrey and darjeeling
Signed-off-by: David Schrammel <[email protected]>
1 parent 0b6c345 commit d4f3d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/top_darjeeling/templates/toplevel.sv.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ max_intrwidth = (max(len(x.name) for x in block.interrupts)
494494
hw/top_earlgrey/templates/toplevel.sv.tpl
495495
hw/top_englishbreakfast/templates/toplevel.sv.tpl
496496
</%doc>\
497-
% if 'racl_mappings' in m:
497+
% if m.get('racl_mappings'):
498498
.EnableRacl(1'b1),
499499
.RaclErrorRsp(${"1'b1" if top['racl']['error_response'] else "1'b0"}),
500500
% for if_name in m['racl_mappings'].keys():

0 commit comments

Comments
 (0)