代码搜索结果

找到约 10,000 项符合 Button 的代码

button.v

module button(pbn,clk,signal,enable,cnt); input pbn; input clk; output signal; output enable; output[6:0] cnt; reg signal; reg enable; reg[6:0] cnt; always@(posedge clk) begin

button.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

button.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

button.v

module button (clkin,phn,signal,cnt,enable) ; input clkin,phn; output [6:0]cnt; output signal,enable; reg [6:0]cnt; reg enable,signal; //assign cnt=0; always @(posedge clkin)

button.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

button.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

button.v

module button (clkin,phn,signal,cnt,enable) ; input clkin,phn; output [6:0]cnt; output signal,enable; reg [6:0]cnt; reg enable,signal; //assign cnt=0; always @(posedge clkin)

button.h

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998 Olivier Debon // // This program is free software; you can redistribute it and/or // mod

button.cpp

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998 Olivier Debon // // This program is free software; you can redistribute it and/or // mod