📄 readme.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 + -