DuneNvme
1.0.0
This is a simple NVMe test environment that allows experimentation with the low level PCIe NVMe interfaces as available on a Xilinx FPGA environment.
|
This module implements a simple 1/2 stage Fifo for the PcieStreamMux module. More...
Entities | |
Behavioral | architecture |
Libraries | |
ieee | |
unisim | |
work |
Use Clauses | |
std_logic_1164 | |
numeric_std | |
vcomponents | |
NvmeStoragePkg | Package <NvmeStoragePkg> |
NvmeStorageIntPkg | Package <NvmeStorageIntPkg> |
Ports | ||
clk | in | std_logic |
The interface clock line. | ||
reset | in | std_logic |
The active high reset line. | ||
streamIn | inout | AxisStreamType := AxisStreamInput |
Single multiplexed Input stream. | ||
streamOut | inout | AxisStreamType := AxisStreamOutput |
Single multiplexed Ouput stream. |
This module implements a simple 1/2 stage Fifo for the PcieStreamMux module.
This is a simple 1/2 register FIFO of AxisStream's.