Instructions for generating the monitor.

The Main Idea

There are five Verilog files for the monitor. The idea is to download the four sub-module files, then go to the monitor generating page, generate the monitor with the appropriate parameters and download that file, and then finally, compile together all five modules with a Verilog simulator/compiler.

Step-by-step instructions

  1. Download the Verilog file counter.v
  2. Download the Verilog file history.v
  3. Download the Verilog file bus.v
  4. Download the Verilog file buswire.v
  5. Download the Verilog file main.v
  6. With these five files, you can now compile them using a Verilog compiler/simulator such as VERILOG-XL. The command should be "verilog main.v history.v counter.v bus.v buswire.v".

Usage

You can use this monitor as part of your simulation environment or simply look at the the Verilog files to get a better feel of what we mean by a "collection of small properties" or a "monitor". All the Verilog files should be readable and fairly well commented. There are multiple uses and applications for this this PCI protocol monitor Verilog file. It can be used as,
kannas@stanford.edu
Last modified : October 24, 2002