You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a tool called makeheaders which tries to automatically make a header from a C file. I tried it on the RISC-V model and it did a pretty decent job! The main issue is it doesn't extract the enums. From the man page:
[enum] declarations that appear in a .c file are considered private to that .c file and are not copied into any automatically generated files.
There's a comment in
riscv_sail.h
sayingIdeally, this would be autogenerated.
and I totally agree!The text was updated successfully, but these errors were encountered: