代码搜索结果

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

oc8051_fpga_tb.v

// synopsys translate_off `include "oc8051_timescale.v" // synopsys translate_on module oc8051_fpga_tb; reg rst, clk, int1, int2, int3; wire sw1, sw2, sw3, sw4, int_act; wire [7:0] p0_out, p1_out,

oc8051_defines.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 cores Definitions ////

oc8051_tb.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 top level test bench

oc8051_fpga_top.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 fpga top module

oc8051_rom.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 program rom

disp.v

// // decoder for 7 led display // module disp (in, out); input [7:0] in; output [13:0] out; reg [13:0] out; always @(in) begin case (in[7:4]) 4'h0: out[13:7] = 7'b1110111;

oc8051_ram.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 data ram

oc8051_psw.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 program status word

oc8051_ram_sel.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 ram select