代码搜索结果
找到约 10,000 项符合
Monitor 的代码
key.c
/*
* KEY.C - Monitor to play arguments as they were given from command line.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 19.3.1991
*/
static char *VERSION = "Version 1.0. Copyright (c
wb_bus_mon.v
`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.
logwindow.h
#ifndef LOGWINDOW_H
#define LOGWINDOW_H
#include
/** An extended QTextEdit suitable for capturing log output.
Each LogWindow is attached to a logger of the same name,
and will monitor m
key.c
/*
* KEY.C - Monitor to play arguments as they were given from command line.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 19.3.1991
*/
static char *VERSION = "Version 1.0. Copyright (c
tfs.c
/* tfs.c:
* Tiny File System
* TFS supports the ability to store/access files in flash. The TFS
* functions provide a command at the monitor's user interface (the
* "tfs" command) as well as
mii-tool.c
/*
mii-tool: monitor and control the MII for a network interface
Usage:
mii-tool [-VvRrw] [-A media,... | -F media] [interface ...]
This program is based on Donald Becker's "mii-diag"
changelog
version 0.9.1:
- TFTP booting from host directory (Anthony Liguori, Erwan Velu)
- Tap device emulation for Solaris (Sittichai Palanisong)
- Monitor multiplexing to several I/O channels (Jason W
wb_bus_mon.v
`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.
wb_bus_mon.v
`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.
booth_tb.tf
module testbench();
// Inputs
reg [15:0] A;
reg [15:0] B;
// Outputs
wire [31:0] P;
// Instantiate the UUT
booth uut (.A(A), .B(B), .P(P));
initial
$monitor(