SEMU call graph

SEMU call graph

2023/02/27 Computer Engineering 0

This graph generated by graphviz, helping students easier understand Professor Jim Huang’s SEMU RISC-V emulator

clang -S -emit-llvm semu.c -o - | opt -analyze -dot-callgraph
dot -Tpng -ocallgraph.png callgraph.dot

Leave a Reply

Your email address will not be published. Required fields are marked *