代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/276728/10713174
c proc_config.c
/***********************************************************
* 声明库说明:系统进程置配声明库 *
* 版本: *
* 作者:
www.eeworm.com/read/349103/10851516
v mult_proc.v
`define ck begin @(posedge clk); if (reset) disable reset_loop; end
module mult_proc(clk, reset, start, threshold, use_thresh_offset, cell_out, cell_out_valid, busy, done);
input clk, reset, start,
www.eeworm.com/read/349103/10851521
scr mult_proc.scr
bc_enable_analysis_info = true
search_path = search_path + rams + hdl + db
synthetic_library = synthetic_library + cs_rams.sldb
analyze -f verilog mult_proc.v
elaborate -s mult_proc
bc_time_design
www.eeworm.com/read/349103/10851523
v mult_proc.v
`define ck begin @(posedge clk); if (reset) disable reset_loop; end
module mult_proc(clk, reset, start, threshold, use_thresh_offset, cell_out, cell_out_valid, busy, done);
input clk, reset, start,
www.eeworm.com/read/349103/10851554
vhd mult_proc.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
USE ieee.std_logic_unsigned.all;
LIBRARY synopsys;
USE synopsys.attributes.all;
ENTITY mult_proc IS
PORT ( clk
www.eeworm.com/read/349103/10851564
scr mult_proc.scr
bc_enable_analysis_info = true
search_path = search_path + rams + hdl + db
synthetic_library = synthetic_library + cs_rams.sldb
analyze -f vhdl mult_proc.vhd
elaborate -s mult_proc
bc_time_design
www.eeworm.com/read/349103/10851567
vhd mult_proc.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
USE ieee.std_logic_unsigned.all;
LIBRARY synopsys;
USE synopsys.attributes.all;
ENTITY mult_proc IS
PORT ( clk
www.eeworm.com/read/349103/10851700
vhd proc4.vhd
entity BUS_ARBITRATOR2 is
port( REQA,REQB,TIMEUP: in BOOLEAN;
CLK: in BIT;
in1 : in BIT;
reset : BOOLEAN;
out1 : out BIT;
ACKA, A
www.eeworm.com/read/349103/10851703
v proc4.v
module BUS_ARBITRATOR2( REQA, REQB, TIMEUP, CLK, reset,
ACKA, ACKB, TIMESTART,in1,out1 );
input REQA, REQB, TIMEUP, CLK, reset,in1;
output ACKA, ACKB, TIMESTART,out1;
/* Defin
www.eeworm.com/read/349103/10851705