代码搜索结果

找到约 7,641 项符合 V 的代码

top.v

module top (rst, CS_, OE_, WR_, Addr, data_bus); input rst; input CS_, OE_, WR_; input [7:0] Addr; inout [7:0] data_bus; wire [7:0] data_in; wire [7:0] data_out; wire my_

decode.v

// decode circuit, combination logic module decode (CS_, WR_, Addr, my_wr, my_rd, CS_reg1, CS_reg2, CS_reg3); input CS_, WR_; input [7:0] Addr; output my_wr, my_rd; output

write_reg.v

// synchronous write by cpu clock, use my_wr as condition module write_reg (clk, rst, data_in, my_wr, CS_reg1, CS_reg2, CS_reg3, reg1, reg2, reg3); input clk, rst, my_wr, CS_reg1, CS_reg2,

read_reg.v

// synchronous write by cpu clock, use my_wr as condition module read_reg (clk, rst, data_out, my_rd, CS_reg1, CS_reg2, CS_reg3, reg1, reg2, reg3); input clk, rst, my_rd, CS_reg1, CS_reg2,

top.v

module top (clk_cpu, rst, CS_, OE_, WR_, Addr, data_bus); input clk_cpu, rst; input CS_, OE_, WR_; input [7:0] Addr; inout [7:0] data_bus; wire [7:0] data_in; wire [7:0] data_ou

decode.v

// decode circuit, combination logic module decode (CS_, OE_, WR_, Addr, my_wr, my_rd, CS_reg1, CS_reg2, CS_reg3); input CS_, OE_, WR_; input [7:0] Addr; output my_wr, my_rd;

mpi.v

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Verilog Design & Verification // EDA Pioneer // - - - - - - - - - - - - - - - - - - - - - - - - - - - - `times

nortestbench.v

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Verilog Design & Verification // EDA Pioneer // - - - - - - - - - - - - - - - - - - - - - - - - - - - - `timesca

testcase.v

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Verilog Design & Verification // EDA Pioneer // - - - - - - - - - - - - - - - - - - - - - - - - - - - - `timesca

stm.v

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Verilog Design & Verification // EDA Pioneer // - - - - - - - - - - - - - - - - - - - - - - - - - - - - `timesca