mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
13 lines
226 B
C
13 lines
226 B
C
#ifndef __HW_CONFIG_H
|
|
#define __HW_CONFIG_H
|
|
|
|
/* pci */
|
|
#define PCI_FPGA_VENDOR_ID 0x10ee
|
|
#define PCI_FPGA_DEVICE_ID 0x7022
|
|
#define PCI_FPGA_BAR0_SIZE 0xa000
|
|
|
|
/* dma */
|
|
#define DMA_BUFFER_COUNT 128
|
|
|
|
|
|
#endif /* __HW_CONFIG_H */
|