Improve FRONTEND description (#1914)

This commit is contained in:
JeanRochCoulon 2024-03-11 12:52:35 +01:00 committed by GitHub
parent fde7e856e7
commit 301f18a5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 105 additions and 157 deletions

View file

@ -26,8 +26,9 @@ def parameters_extractor(spec_number, target):
for line in fin:
if "typedef struct packed" in line:
print_enable = 1
if "cva6_cfg_t" in line:
if "cva6_user_cfg_t" in line:
print_enable = 0
break
d = re.match(r"^ *(.*) ([\S]*);\n", line)
h = re.match(r"^ *\/\/ (.*)\n", line)
if h and print_enable: