# asyn_fifo **Repository Path**: bai-mengwei/asyn_fifo ## Basic Information - **Project Name**: asyn_fifo - **Description**: 异步fifo。。。。。。。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-12 - **Last Updated**: 2022-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # how to check and run read the file: Makefile. the folder named "10-1" is the source code of the book same to fifo_asyn. the folder named "dut" is the asyn_fifo | 端口 | 长度 | 方向 | 功能 | | -------- | ---- | ------ | -------- | | data_in | 8 | input | 数据输入 | | rd | 1 | input | 读 | | wr | 1 | input | 写 | | rst_n | 1 | input | 复位 | | clk | 1 | input | 时钟 | | data_out | 8 | output | 数据输出 | | full | 1 | output | 满状态 | | empty | 1 | output | 空状态 | | | | | | | | | | | | | | | | | 指标 | 值 | | | ------------ | ---- | ---- | | FIFO大小 | 16 | | | FIFO数据宽度 | 8 | | | | | |