ASIC/FPGA Design and Verification Out Source Services
AHB and APB Masters Compilation and Simulation
I use the free verilog simulator icarus
- -I option is used to have all definitions of AMBA.
- -y is to refer to Xilinx's simprim library.
- Please note the list of all VERILOG file, (tb.f), contains also the global reset module from Xilinx:../../../Xilinx/verilog/src/glbl.v
- To simulate just type the command:vvp dut.vvp
|