Some functions (function clause execute) call other functions (function).
Currently the latter function definitions are not extracted.
These should be extracted for completeness. These should also be emitted in JSON, possibly as an independent top-level entity containing an array of these type of functions.
Some functions (
function clause execute
) call other functions (function
).Currently the latter
function
definitions are not extracted.These should be extracted for completeness. These should also be emitted in JSON, possibly as an independent top-level entity containing an array of these type of functions.
Example from
model/riscv_insts_vext_mem.sail
: