The Basics This repository contains an OpenRISC 1000 compliant processor IP core. The core: Implements a variant of Tomasulo algorithm Supports single and double precision floating point instructions Has separat
• Tomasulo Algorithm lets us schedule instructions dynamically (in hardware). • Branch prediction and speculative execution beyond a branch (of course with ability to flush wrong-path 7 ( y g p instructions on misprediction) will be covered later (and ...