SimEng icon indicating copy to clipboard operation
SimEng copied to clipboard

Add support for multiple micro-ops to the in-order decode unit

Open hal-jones opened this issue 6 years ago • 0 comments

The in-order DecodeUnit currently only supports a single uop per macro-op. This should be extended to allow for modelling architectures with multiple uops per instruction, by stalling the pipeline behind it and issuing one uop per cycle until the instruction is fully decoded.

hal-jones avatar Jan 30 '19 14:01 hal-jones