mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-25 14:47:15 -04:00
Improve FRONTEND description (#1914)
This commit is contained in:
parent
fde7e856e7
commit
301f18a5f4
17 changed files with 105 additions and 157 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue