I'm interested in getting the PCI core from opencores.org to simulate under Icarus Verilog. Does anyone have a command file that I can use to run a simulation?
OK, I got impatient. Here's a command file that does it:
+incdir+$(PCI)/bench/verilog +incdir+$(PCI)/rtl/verilog
+libdir-nocase+$(PCI)/bench/verilog +libdir-nocase+$(PCI)/rtl/verilog +libdir+$(XILINX)/verilog/src/unisims
$(PCI)/bench/verilog/system.v
-- Steve Williams "The woods are lovely, dark and deep. steve at icarus.com But I have promises to keep, http://www.icarus.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep."
