Explore >> Select a destination


You are here

www.righto.com
| | venam.nixers.net
3.3 parsecs away

Travel
| | Computer architecture can be considered a boring topic, one that is studied during CS education, then put aside, and leaves place to the shiny new toys that capture the attention. I've recently revisited it, and I'd like to summarize some takeaways.
| | tomverbeure.github.io
4.2 parsecs away

Travel
| |
| | davquar.it
3.5 parsecs away

Travel
| | The MIPS architecture is of type RISC and originated in 1981 from a research project by Prof. Hennessy at Stanford. This architecture is characterized by instructions of the same length, and is geared toward simplifying pipeline implementation.
| | embecosm.com
35.0 parsecs away

Travel
| [AI summary] This article dives into the internals of the RI5CY core, a 4-stage in-order pipelined RISC-V core. It discusses the decoder and register file, essential for customizing the core, particularly for adding new instructions and integrating cryptographic extensions like XCrypto. The article also compares RISC-V's compressed instructions with ARM's Thumb mode, highlighting differences in code density and implementation.