代码搜索结果
找到约 10,000 项符合
V 的代码
fhtpart.v
module fhtpart(Clk,Reset,FhtStarOne,FhtStarTwo,FhtStarThree,FhtStarFour,
I0,I1,I2,I3,I4,I5,I6,I7,I8,
I9,I10,I11,I12,I13,I14,I15,
Out0,Out1,Out2,Out3,Out4,Out5,Out6,
des.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES
des.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES
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