RISC-VプロセッサBOOMを分解 (vhierによる内部構造把握)

RISC-Vプロセッサの実装バリエーションのうち、性能重視のプロセッサであるBOOM (Barkeley Out-of-Order Machine)は、どのような構造で実装されているのだろう。 git clone https://github.com/ucb-bar/rocket-chip.git cd rocket-chip git checkout boom git submodule update --init cd emulator; make run CONFIG=BOOMC…