From: Luke Kenneth Casson Leighton Date: Mon, 15 May 2023 18:58:13 +0000 (+0100) Subject: remove extraneous space X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc0bd2ac3ca64fbd0b79dc18c4f5503ae4f71c24;p=openpower-isa.git remove extraneous space --- diff --git a/src/openpower/sv/sv_analysis.py b/src/openpower/sv/sv_analysis.py index 2ebd5027..01dda3a8 100644 --- a/src/openpower/sv/sv_analysis.py +++ b/src/openpower/sv/sv_analysis.py @@ -226,7 +226,7 @@ class Format(enum.Enum): "(value=%x, width=%x) */" % (value, width) def declaration_vhdl(value, width): - yield " type sv_%s _rom_array_t is " \ + yield " type sv_%s_rom_array_t is " \ "array(0 to %d) of sv_decode_rom_t;" % (value, width) for value in values: