Explore >> Select a destination


You are here

domipheus.com
| | www.bitsnbites.eu
3.1 parsecs away

Travel
| | [AI summary] The post discusses the development and potential improvements of the MRISC32 vector instruction set architecture, focusing on optimizing vector operations for performance and flexibility in both in-order and parallel architectures.
| | jborza.com
1.4 parsecs away

Travel
| | Ive went through the first part of From Nand to Tetris course where I learnt to build a simple 16-bit computer called Hack from the digital building blocks (NAND gates). The course used its specific HDL (hardware definition language), which is a gentle way to shield a beginner from the ugliness of a real language, but to implement anything on a real FPGA board one needs to use VHDL or Verilog.
| | incoherency.co.uk
2.5 parsecs away

Travel
| | [AI summary] The author details their journey learning CPU design through FPGAs, discrete logic chips, and the Nand2Tetris course, while exploring various DIY computer architectures and planning their next project.
| | davquar.it
33.1 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.