Aazam Thakuralcadeus.hashnode.dev·Feb 5, 2024System Verilog: A student's guideWhat is SystemVerilog? Imagine you're building a house. SystemVerilog is like the blueprints you use to plan everything. It's a special kind of language that people use to describe what electronic parts should be in a computer or any other device. It...1 likeRISC-V Assemblyverilog
ABHISHEK ANANDabhishekanand.hashnode.dev·May 30, 2023GSoC 2023: The proposal that got me inABSTRACT F4PGA is an open-source FPGA toolchain designed as a free alternative to proprietary computer-aided design tools like Xilinx’s Vivado. Currently, mapping designs to DSP blocks and generating DSP block bitstreams are not implemented for the ...11 likes·294 readsgsoc2023
Asanka Akash Sovisasanka.hashnode.dev·Sep 26, 202204. One-Bit Register - Eight-Bit ComputerIn order to convert the D flip flop into an actual one-bit registry, we must go through a few additional steps. In order to do this, we must have a way to load and save the data into it. For this, on the one hand, we must have a method to only load w...87 reads🧮 Eight-Bit Computerfpga
Asanka Akash Sovisasanka.hashnode.dev·Sep 8, 202203. D Flip Flop - Eight-Bit ComputerTo have the memory functionalities in a computer, one of the most important components is to have a way to store data within a memory unit. For this, one of the best ways is to use a D Flip Flop. A D Flip Flop is a component that can store one bit of...95 reads🧮 Eight-Bit Computerfpga
Asanka Akash Sovisasanka.hashnode.dev·Sep 6, 202202. Clock - Eight-Bit ComputerThe clock is an essential part of any computer system. It enables each instruction to be executed in sequential order. However, the clock is an external part of the computer system. This is because a clock is basically a periodic pulse generated at f...101 reads🧮 Eight-Bit Computerfpga
Asanka Akash Sovisasanka.hashnode.dev·Sep 4, 202201. Introduction - Eight-Bit ComputerFPGAs are an interesting invention that is expected to revolutionize the digital industry. From simple boolean circuits to complicated microcontrollers can be created just with a few lines of code using FPGAs. An Altera Stratix IV FPGA Chip, Source...174 reads🧮 Eight-Bit Computerfpga