pci.in.vhd

来自「free hardware ip core about sparcv8,a so」· VHDL 代码 · 共 8 行

VHD
8
字号
-- PCI interface  constant CFG_PCI     	: integer := CFG_PCITYPE;  constant CFG_PCIVID   : integer := 16#CONFIG_PCI_VENDORID#;  constant CFG_PCIDID   : integer := 16#CONFIG_PCI_DEVICEID#;  constant CFG_PCIDEPTH : integer := CFG_PCIFIFO;  constant CFG_PCI_MTF  : integer := CFG_PCI_ENFIFO;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?