⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 此代码用于生成测试PCI设备的Verilog代码(Verilog代码为一种硬件描述语言)。此代码可以直接运行于LINUX下。
💻 TXT
字号:
PCISIMPCISIM is support software for creating Verilog models of PCI systems,in order to more easily test designs of PCI devices, and to do initialdevice driver development. See the pcisim.txt file for more details.INSTALLIn the root of the source directory, configure with the command:	./configure [--prefix=<path>]The prefix is optional (the default is /usr/local) but must match thatgiven to Icarus Verilog when it was compiled for your system. If youreceived Icarus Verilog as a precompiled binary, then you probablywant to specify --prefix=/usr. Next, compile with the command:	make allThis compiles the parts that need compiling. To install, execute thecommmand:	make installThis installs the pci.vpi module so that Icarus Verilog can find it,and the other headers and libraries so that compilers can find them.

⌨️ 快捷键说明

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