代码搜索:VL
找到约 9,875 项符合「VL」的源代码
代码结果 9,875
www.eeworm.com/read/432782/8573644
vl jkff.vl
`define TICK #2
module jkflop(j,k,clk,rst,q);
input j,k,clk,rst;
output q;
reg q;
always @(posedge clk)begin
if(j==1 & k==1 & rst==0)begin
q
www.eeworm.com/read/432782/8573649
vl xor.vl
module not1(x,a);
input a;
output x;
supply1 pwr;
supply0 grd;
pmos p(x,pwr,a);
nmos n(x,grd,a);
endmodule
module xor1 (a, b, w);
input a, b;
outp
www.eeworm.com/read/165847/10049551
c vl.c
/*
* QEMU System Emulator
*
* Copyright (c) 2003-2005 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documen
www.eeworm.com/read/165847/10049554
h vl.h
/*
* QEMU System Emulator header
*
* Copyright (c) 2003 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated docum
www.eeworm.com/read/418361/10951381
c vl.c
/*
* QEMU System Emulator
*
* Copyright (c) 2003-2008 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documenta
www.eeworm.com/read/412467/6326857
m vl.m
function [matall] = VL(type,matall,num1,num2,num3,value)
if type==1
if num1~=0
matall.G(num1,num3)=matall.G(num1,num3)+1; %bu shi -1?
matall.G(num3,num1)=matall.G(num3,num1)
www.eeworm.com/read/227822/14410572
c vl.c
/*
* QEMU System Emulator
*
* Copyright (c) 2003-2007 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documen
www.eeworm.com/read/227822/14410579
h vl.h
/*
* QEMU System Emulator header
*
* Copyright (c) 2003 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated docum
www.eeworm.com/read/5587/62066
arx vl.arx
www.eeworm.com/read/346457/3183379
d vl.d
vl.o: /mnt/hgfs/file/test-osek/v0/qemu-v0/vl.c \
/mnt/hgfs/file/test-osek/v0/qemu-v0/hw/hw.h \
/mnt/hgfs/file/test-osek/v0/qemu-v0/qemu-common.h \
/mnt/hgfs/file/test-osek/v0/qemu-v0/target-ppc/