代码搜索:PC
找到约 10,000 项符合「PC」的源代码
代码结果 10,000
www.eeworm.com/read/431583/8666633
c pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/287639/8677125
v pc.v
module pc(clk,reset,ia)
input clk,reset;
output ia;
reg [4:0] ia;
always @(reset) //difference between DFF and D-latch
begin
if(reset==0)
ia
www.eeworm.com/read/287546/8682993
v pc.v
module pc(din, clk,rst, ld, inc, dout);
input [5:0]din;
input clk, ld, inc,rst;
output [5:0] dout;
reg [5:0] dout;
always @(posedge clk)
if(rst)
dout=0;
else if(ld)
dout=din;
else if(in
www.eeworm.com/read/287546/8683056
v pc.v
module pc(din, clk, rst,pcload, pcinc, dout);
input[15:0]din;
input clk,rst, pcload, pcinc;
output[15:0]dout;
reg[15:0]dout;
always@(posedge clk or negedge rst)
if(!rst)
begin
dout
www.eeworm.com/read/287344/8691529
js pc_but.js
document.write("")
document.write(" ")
document.write("
www.eeworm.com/read/287344/8691781
js pc_but.js
document.write("")
document.write(" ")
document.write("
www.eeworm.com/read/287344/8692754
js pc_but.js
document.write("")
document.write(" ")
document.write("
www.eeworm.com/read/387099/8706796
myd pc.myd
www.eeworm.com/read/387099/8706817
frm pc.frm
www.eeworm.com/read/387099/8706829