代码搜索结果
找到约 10,000 项符合
V 的代码
crp.v
/////////////////////////////////////////////////////////////////////
//// ////
//// CRP
defs.v
`define EMPTY 0
`define X 1
`define A 2
debounce.v
`define IDLE 'b0
`define DEBOUNCE 'b1
module debounce (input_port, clk, output_port);
input clk, input_port;
output output_port;
reg [19:0] counter;
reg state, nextstate, output_port, lock
tictactoe.v
`include "defs.v"
module TicTacToe(clock,reset, imove, winX, winA, finished, start, turn, cats_game, line_vertical_1, line_vertical_2, line_vertical_3, line_horizontal_1, line_horizontal_2, line_ho
defs.v
`define EMPTY 0
`define X 1
`define A 2
debounce.v
`define IDLE 'b0
`define DEBOUNCE 'b1
module debounce (input_port, clk, output_port);
input clk, input_port;
output output_port;
reg [19:0] counter;
reg state, nextstate, output_port, lock
tictactoe.v
`include "defs.v"
module TicTacToe(clock,reset, imove, winX, winA, finished, start, turn, cats_game, line_vertical_1, line_vertical_2, line_vertical_3, line_horizontal_1, line_horizontal_2, line_ho
mult.v
// megafunction wizard: %ALTMULT_ADD%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: ALTMULT_ADD
// ============================================================
// File Name: mult.v
//
mult.v
// megafunction wizard: %ALTMULT_ADD%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: ALTMULT_ADD
// ============================================================
// File Name: mult.v
//
labtest.v
/*-------------------------------------------------------------------------
CONFIDENTIAL IN CONFIDENCE
This confidential and proprietary software may be only used as authorized
by a licensing agree