代码搜索结果
找到约 10,000 项符合
V 的代码
simcon.v
/*-----------------------------------------------------------------------------
Module: simcon
Author: Scott Venier
Filename: simcon.v
Description: simulator interface to the behavioral model of the
testarm.v
module test_arm();
reg GCLK;
reg nRESET;
reg BIGEND;
reg [1:0] CHSD, CHSE;
wire LATECANCEL, PASS;
wire [4:0] InM;
arm10 arm10(.nRESET(nRESET), .GCLK(GCLK), .BIGEND(BIGEND),
.CHSD(CHSD), .CHSE(CHS
regfile.v
`timescale 1ns/10ps
/*****************************************************************************
$RCSfile: regfile.v,v $
$Revision: 1.3 $
$Author: kohlere $
$Date: 2000/03/30 01:10:49 $
$State: Exp
shifter.v
`timescale 1ns/10ps
/*****************************************************************************
$RCSfile: shifter.v,v $
$Revision: 1.1 $
$Author: kohlere $
$Date: 2000/03/24 01:52:17 $
$State: Exp
miniram.v
`timescale 1ns/10ps
/*****************************************************************************
$RCSfile: miniram.v,v $
$Revision: 1.5 $
$Author: kohlere $
$Date: 2000/04/13 21:55:18 $
$State: Exp
ex.v
`timescale 1ns/10ps
`include "pardef"
/*****************************************************************************
$RCSfile: ex.v,v $
$Revision: 1.6 $
$Author: kohlere $
$Date: 2000/04/17 18:12:48 $
ifetch.v
`timescale 1ns/10ps
`include "pardef"
/*****************************************************************************
$RCSfile: ifetch.v,v $
$Revision: 1.8 $
$Author: kohlere $
$Date: 2000/05/10 20:35:
pipe.v
`timescale 1ns/10ps
module pipe (nGCLK, nWAIT,
nRESET, id_enbar, ex_enbar, me_enbar, inst_if, rf_a, rf_b,
index_a, index_b, finished_id, second_id, need_2cycles_id,
exception_to_id, exc_code, h
tag.v
`timescale 1ns/10ps
/*****************************************************************************
$RCSfile: tag.v,v $
$Revision: 1.1 $
$Author: kohlere $
$Date: 2000/03/24 01:52:17 $
$State: Exp $
$S
dtag.v
`timescale 1ns/10ps
/*****************************************************************************
$RCSfile: dtag.v,v $
$Revision: 1.4 $
$Author: kohlere $
$Date: 2000/04/12 16:35:41 $
$State: Exp $
$