We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6c345 commit d4f3d73Copy full SHA for d4f3d73
hw/top_darjeeling/templates/toplevel.sv.tpl
@@ -494,7 +494,7 @@ max_intrwidth = (max(len(x.name) for x in block.interrupts)
494
hw/top_earlgrey/templates/toplevel.sv.tpl
495
hw/top_englishbreakfast/templates/toplevel.sv.tpl
496
</%doc>\
497
- % if 'racl_mappings' in m:
+ % if m.get('racl_mappings'):
498
.EnableRacl(1'b1),
499
.RaclErrorRsp(${"1'b1" if top['racl']['error_response'] else "1'b0"}),
500
% for if_name in m['racl_mappings'].keys():
0 commit comments