Asynchronous FIFO design of FPGA: function of each module and detailed explanation of Verilog code

Implementation principle reference: Asynchronous fifo -- Verilog implementation_ Alan aixiao's blog - CSDN blog_ Asynchronous fifo Code reference: IC Foundation (I): asynchronous fifo_ Maochuang an's blog - CSDN blog_ Asynchronous fifo 1. Key points of asynchronous FIFO design: (1) Conversion from binary code to gray code: The highest bit o ...

Posted by torvald_helmer on Tue, 21 Sep 2021 12:04:51 -0700

FIR filter coefficient overload

1, Implementation method: Multiple groups of coefficients are placed in the coe file at one time, and then the coefficients of different groups are loaded by configuring the AXI interface. The advantage is that the implementation is relatively simple, but the disadvantage is that although the coefficients can be switched, they can only be ...

Posted by Adeus on Sat, 18 Sep 2021 20:26:25 -0700

Encoding of HDB3 ② (implemented in Verilog language) 2021-9-12

preface In the last introduction to the coding and decoding of hdb3, the coding rules of hdb3 are briefly introduced, and the simulation experiments are carried out with MATLAB. Interested friends can go and have a look. Encoding and decoding of HDB3 ① (realized by MATLAB) September 11, 2021 . After the simulation experiment, it will be ...

Posted by Cruzado_Mainfrm on Mon, 13 Sep 2021 13:37:45 -0700

XPM_MEMORY_Instructions for using SDPRAM

        This is a summary I have made in my study. If there are copyright or knowledge errors, please contact me directly. Welcome to leave a message.         PS: Based on the principle of knowledge sharing, this blog can be reprinted, but please indicate the source ...

Posted by robvan75 on Sun, 05 Sep 2021 18:42:48 -0700

After brushing this set of questions, I found that Verilog is so simple - HDLBits answer series

Write in front Write a new pit: recommend a very good website for practicing Verilog. There are one or two hundred questions, which basically covers all aspects of Verilog grammar. It is a very good introductory learning website. Website connection: HDLBits The questions are all done by ourselves. They are the correct answers that have been v ...

Posted by nafarius1357 on Wed, 01 Sep 2021 21:35:04 -0700