create the templete

This commit is contained in:
yunlongLi 2024-10-31 00:00:52 +08:00
parent 387704ae80
commit ad0773fc1d
2 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# IC_FPGA_projects
This repository is used to introduce to some projects or modules bases on the mainly lanuage--verilog.
# 1

6
common/sync_fifo.v Normal file
View File

@ -0,0 +1,6 @@
//====================================
//--Author : colonel
//--Date : 10-30
//--Module : sync_fifo
//--Function: the sync clk fifo logic
//====================================