代码搜索:width

找到约 10,000 项符合「width」的源代码

代码结果 10,000
www.eeworm.com/read/197559/7986170

v pulse_width_s.v

module PULSE_WIDTH_S (PULSE, CLK, RST, PH, P, DP, LD); input PULSE; input CLK, RST; output PH; output [3:0] DP; output [4:0] L
www.eeworm.com/read/197559/7986173

v pulse_width_g.v

/** 计算脉冲宽度 **/ module PULSE_WIDTH_G (CLK, CLKX, RST, WIDTH); input CLK, CLKX, RST; output [16:0] WIDTH; reg [16:0] WIDTH; reg [16:0] OUT; reg
www.eeworm.com/read/197559/7986175

v pulse_width_test.v

`timescale 1us / 1us module PULSE_WIDTH_TEST; reg CLK, CLKX, RST; wire [16:0] WIDTH; PULSE_WIDTH PULSE_WIDTH (CLK, CLKX, RST
www.eeworm.com/read/319360/13452942

sgml ps_symbol_width.sgml

www.eeworm.com/read/314334/13569182

bmp tool_fit_width.bmp

www.eeworm.com/read/487776/6508646

m calc_width_patch.m

function width=calc_width_patch(fr, Er, h); % This function was created by Gazi K ASadullah % fr= Resonant frequency (in Ghz) % Er= dielectric constant % h= Thickness of the material based on RO
www.eeworm.com/read/401210/11561347

bak width_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,5, File 1,1,
www.eeworm.com/read/401210/11561820

bak width_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,5, File 1,1,
www.eeworm.com/read/400374/11578210

v assert_width_logic.v

// Accellera Standard V1.0 Open Verification Library (OVL). // Accellera Copyright (c) 2005. All rights reserved. parameter WIDTH_START = 2'b00; parameter WIDTH_CKMIN = 2'b01; parameter WI
www.eeworm.com/read/400374/11578262

sv assert_width_logic.sv

// Accellera Standard V1.0 Open Verification Library (OVL). // Accellera Copyright (c) 2005. All rights reserved. parameter assert_name = "ASSERT_WIDTH"; `include "std_ovl_task.h" `ifd