2 2 votes How is split phase implemented in the hardware? For common register access between two stages, how is one clock cycle (Giving half a clock cycle to each of the stages) enough to satisfy work for both stages? Any reference to standard resources will also help. CO & Architecture co-and-architecture operand-forwarding operating-system self-doubt split-phase + – DebRC 1.2k views answer comment Share Follow Print See all 10 Comments 10 10 Comments reply Show 7 previous comments DebRC commented Dec 8, 2022 reply Follow flag I’ll go through it. 3 3 replyShare Sunnidhya Roy commented Dec 8, 2022 reply Follow flag @DebSujit it is basically implementing parallel instruction execution through pipelining + multithreading. I couldn’t quite process the technicalities to a good depth from the book but I found an article which explains the concept fairly simply, still this implementation pose challenges regarding data inconsistency. @DebSujit Thanks a lot for the reply. Article Link: What is superscalar architecture? (iu.edu) 1 1 replyShare DebRC commented Dec 8, 2022 reply Follow flag @Sunnidhya Roy Great. Thanks for replying too. 1 1 replyShare Please log in or register to add a comment.