readme.txt
来自「此代码用于生成测试PCI设备的Verilog代码(Verilog代码为一种硬件描」· 文本 代码 · 共 28 行
TXT
28 行
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 + =
减小字号Ctrl + -
显示快捷键?