📕Introduction 컴퓨터의 성능은 3가지 요소로 결정된다. Instruction count : ISA와 컴파일러 Clock Cycle time : CPU hardware에 의해 결정된다. Clock Cycles Per Instruction(CPI) : CPU Hardware에 의해 결정된다. 📕Basic RISC - V Implementation RISC - V 에는 두 가지 실행 버전이 있습니다. A simplified (sequntial) version pipelined version RISC - instruction set memory - reference instruction : load/store doubleword(LW, SW) The arithmetic - logical instruc..