Bruce R枚ttgersbr-1683654367361.hashnode.dev路Mar 19, 2024How to install Vivado on Ubuntu (or Ubuntu-based operating systems)Download Installer Visit the official download page Click on the link to the Linux Self-Extracting Web Installer in the latest "Full Product Installation". (older versions do not work with Ubuntu 20.04 and later) You'll be prompted to create an ac...45 readsvivado
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
Md Ameenuddin Siddiquiaisemi.hashnode.dev路Nov 20, 2023Brain floatThere is a trend in DL towards using FP16 instead of FP32 because lower precision calculations seem to be not critical for neural networks. Additional precision gives nothing, while being slower, takes more memory and reduces speed of communication. ...VLSI circuit design
ShrihariforXLogicblog.xlogic.in路Aug 23, 2023Makerchip FlowsGithub: Click here This blog provides an overview of Makerchip Flows, which is a suite of EDA Flows created for taking TL-Verilog/Verilog designs through various ASIC/FPGA Design pathways and also provides a high-level picture of the frameworks devel...335 readseda
ABHISHEK ANANDabhishekanand.hashnode.dev路Jun 15, 2023GSoC 2023 (Week 1 and 2): Developing DSP48E1 primitiveIntroduction The coding period for Google Summer of Code 2023 officially began on 29th May 2023. After almost a month of skimming through endless documentation, bonding with the community and connecting with fellow GSoC contributors, it's finally sho...14 likes路165 readsgsoc2023
ZhuoranWangjosephwang.hashnode.dev路Feb 12, 2023HDLbits: My solutionHDLbits Getting started (1) Getting Started module top_module( output one ); // Insert your code here assign one = 1; endmodule (2) Zero module top_module( output zero );// Module body starts after semicolon endmodule Verilog language (1...487 readsverilog
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