// WISHBONE frequency in GHz
`define WB_FREQ 0.100
// memory frequency in GHz
`define MEM_FREQ 0.100
// setup and hold time definitions for WISHBONE - used in BFMs for signal generation
`
`include "timescale.v"
`include "wb_model_defines.v"
// WISHBONE bus monitor module - it connects to WISHBONE master signals and
// monitors for any illegal combinations appearing on the bus.