Silas Madubuihesilastivity.hashnode.dev路Jan 11, 2024Designing a Programmable Read-only memory (PROM).Introduction: Programmable Read-Only Memory (PROM) is a crucial component in digital circuit design,VLSI and embedded systems, allowing users to customize memory content according to their specific needs. This article outlines key steps to design a P...Discuss路2 likes路86 readsDigital electronics
ABHISHEK ANANDabhishekanand.hashnode.dev路Jul 13, 2023GSoC 2023 (Week 5 and 6): Incorporating sequential and internal combinational delaysIntroduction You can find my previous blog here. I completed the DSP48E1 primitive. Now one can successfully generate bitstreams for designs containing DSP blocks. For now, only structural instantiation is possible for DSP slices. I will be working o...Discuss路69 readsgsoc2023
ABHISHEK ANANDabhishekanand.hashnode.dev路Jul 13, 2023GSoC 2023 (Week 3 and 4): Complete Architecture Description of DSP48E1Introduction You can find my previous blog here. Earlier I tried running the F4PGA toolchain by using a basic DSP48E1 primitive. I made the necessary changes throughout the toolchain to allow the generation of a bitstream for designs containing DSP i...Discuss路2 likes路98 readsGoogleSummerOfCode
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鈥檚 Vivado. Currently, mapping designs to DSP blocks and generating DSP block bitstreams are not implemented for the ...Discuss路11 likes路288 readsgsoc2023
Mark Liudrex-electronics.hashnode.dev路Jan 10, 2023DRex Electronics: Top 4 FPGA programming languagesHongkong, Jan 10, 2023 /Hashnode/ -- DRex Electronics is a global distributor of electronic components. which offers a wide range of products including integrated circuits, FPGA, capacitors, connectors, diodes, transistors, and more. Field Programmab...Discussfpga
Embedsys Weeklyembeddedsystems.hashnode.dev路Oct 7, 2022Embedded Systems Weekly #121This week I started to work on a directory of embedded systems companies. It is 100% free and public. It is as well reserved for companies with less than 50 people and with more than 20% of people dedicated to embedded systems. I planned to work on t...Discussembedded systems
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...Discuss路86 reads馃М Eight-Bit Computerfpga
Embedsys Weeklyembeddedsystems.hashnode.dev路Sep 23, 2022Embedded Systems Weekly #119This week, Mark Russinovich tweeted: Speaking of languages, it's time to halt starting any new projects in C/C++ and use Rust for those scenarios where a non-GC language is required. For the sake of security and reliability. the industry should decl...Discussembedded
Muhammad Hamza Muneerhamzamuneer.hashnode.dev路Sep 17, 2022Metastability & Clock Domains in FPGAThis article provides an overview of "Metastability", "Clock Domains", the hazards associated with them and finally the mitigation techniques. Clock Domain Part of the design that is driven by one or more clocks that are related to each other. For ex...Discuss路2 likes路298 readsfpga
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...Discuss路95 reads馃М Eight-Bit Computerfpga