Skip to content

PCMCsim 정리

Code 진행 순서

TraceExec* te =new TraceExec(argc, argv);
trg_gen = new TraceGen(input_trace)
geq = new GlobalEventQueue();
memsys = new MemoryControlSystem(config_path, geq)
te→exec()에서 시작

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.