Priyabrata SahaUsing Angular with Micro-Frontend Architecture: A Guide to Scalable Web ApplicationsAs web applications grow in complexity, scalability and maintainability become critical. Enter Micro-Frontend Architecture — a…5d ago
Ayush Dixit 💾💽GEM5 with RISC-V: A Tinkerer’s Guide to InstallationGEM5 is a powerful computer architectural research and training tool that hosts system-level architecture and processor microarchitecture…Jul 7
Rana Umar NadeemSpeeding Up Computation: The Role of Pipelining in Modern CPUsIn traditional (non-pipelined) processors, instructions are executed sequentially, with each instruction being fully completed before the…Aug 22Aug 22
Priyabrata SahaUsing Angular with Micro-Frontend Architecture: A Guide to Scalable Web ApplicationsAs web applications grow in complexity, scalability and maintainability become critical. Enter Micro-Frontend Architecture — a…5d ago
Ayush Dixit 💾💽GEM5 with RISC-V: A Tinkerer’s Guide to InstallationGEM5 is a powerful computer architectural research and training tool that hosts system-level architecture and processor microarchitecture…Jul 7
Rana Umar NadeemSpeeding Up Computation: The Role of Pipelining in Modern CPUsIn traditional (non-pipelined) processors, instructions are executed sequentially, with each instruction being fully completed before the…Aug 22
Ruban SHazards in PipeliningExploring the side effects of pipelining and ways to mitigate them.Oct 19
Ruban SImplementing Pipelining in a ProcessorExploring the hardware implementation of a pipelined processorOct 12
Ruban SDecoding the DecoderIn the previous post, we’ve come up with a basic datapath and made the required wirings. However, there is one key thing missing: the…Jul 21