|
You are here |
domipheus.com | ||
| | | | |
jborza.com
|
|
| | | | | 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. | |
| | | | |
www.bitsnbites.eu
|
|
| | | | | [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. | |
| | | | |
craigjb.com
|
|
| | | | | [AI summary] This post discusses the implementation of load-immediate instructions and the halt instruction in the Game Boy CPU using SpinalHDL for FPGA simulation. | |
| | | | |
blog.stephenmarz.com
|
|
| | | [AI summary] The text provides an in-depth explanation of how C programs are compiled into assembly and machine code, focusing on various aspects such as data types, memory sections, control structures, and the role of the compiler in making decisions about load/store operations and shifts. It covers topics like data type conversions, padding in structures, global variables, and branch instructions for conditions and loops. The text also mentions the importance of understanding assembly for learning how compilers work and the use of tools like objdump for analyzing compiled code. | ||