当前位置:网站首页>Synchronous FIFO based on shift register
Synchronous FIFO based on shift register
2022-07-26 03:54:00 【FPGA silicon agriculture】

As shown in the figure , Officially provided by Xilinx FIFO IP in , Sync FIFO(Common Clock) Can be BRAM、DRAM And shift register constitute , Or built-in FIFO constitute , asynchronous FIFO(Independent Clocks) Can be BRAM、DRAM And built-in FIFO constitute .
This paper mainly realizes Synchronization based on shift register FIFO.
The realization idea is :
Set a counter , Record the present FIFO Number of internal data , External each direction FIFO Write a data , The shift register shifts once , The position of reading data is based on FIFO The number of internal data .
Here is the code for implementation :
Code
`timescale 1ns / 1ps
//
// Company:
// Engineer:
//
// Create Date: 2022/07/22 16:43:50
边栏推荐
- 5-20v input peak charging current 3.5A single lithium battery switching charging chip sc7101
- 基于移位寄存器的同步FIFO
- Hcip day 14
- 【云原生之kubernetes】kubernetes集群下ConfigMap使用方法
- Wechat applet realizes music player (5)
- Opencv learning notes - edge detection and Canny operator, Sobel operator, lapiacian operator, ScHARR filter
- [unity3d shader] character projection and reflection
- 括号嵌套问题(建议收藏)
- PHP connects to MySQL database, and database connects to static tool classes to simplify the connection.
- Leetcode: 102. Sequence traversal of binary tree
猜你喜欢

Find my technology | the Internet of things asset tracking market has reached US $6.6 billion, and find my helps the market develop

Three ways of redis cluster

Chapter 18: explore the wonders of the mean in the 2-bit a~b system, specify the 3x+1 conversion process of integers, specify an interval to verify the angular Valley conjecture, explore the number of

Opencv learning notes - edge detection and Canny operator, Sobel operator, lapiacian operator, ScHARR filter

想要做好软件测试,可以先了解AST、SCA和渗透测试

KBPC1510-ASEMI大芯片15A整流桥KBPC1510

Hcip day 14
![[class and object instances in kotlin]](/img/bf/9f3232ef674956b45920b85a947d98.png)
[class and object instances in kotlin]

Connect external MySQL databases in istio Service Grid

申请SSL证书,并给域名配置SSL证书,并部署服务器;SSL证书的下载和安装
随机推荐
General test case writing specification
【单片机仿真项目】外部中断0控制8个发光二极管闪烁
Wechat applet to realize music player (4) (use pubsubjs to realize inter page communication)
申请SSL证书,并给域名配置SSL证书,并部署服务器;SSL证书的下载和安装
【读书笔记->数据分析】BDA教材《数据分析》书籍介绍
Analysis on the infectious problem of open source license
基于Caffe ResNet-50网络实现图片分类(仅推理)的实验复现
【Unity3d Shader】角色投影与倒影
【程序员必备】七夕表白攻略:”月遇从云,花遇和风,晚上的夜空很美“。(附源码合集)
php 保存数组到文件 var_export、serialize
STM32 state machine programming example - full automatic washing machine (Part 2)
Connect external MySQL databases in istio Service Grid
booking.com缤客上海面经
Redis如何实现持久化?详细讲解AOF触发机制及其优缺点,带你快速掌握AOF
[cloud native kubernetes] how to use configmap under kubernetes cluster
【云原生】谈谈老牌消息中间件ActiveMQ的理解
[mathematical modeling - Summary of planning model] | matlab solution
【数字IC/FPGA】热独码检测
按键消抖的Verilog实现
括号嵌套问题(建议收藏)