代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/139799/13130472
vhd example16-8.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
ENTITY counter16 IS
PORT (
clk: IN std_logic;
reseta: IN std_logic;
resetb: I
www.eeworm.com/read/139799/13130569
vhd example18-1.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
ENTITY counter IS
PORT (
clk: IN std_logic;
reset: IN std_logic;
ce: IN std_l
www.eeworm.com/read/139799/13130951
vhd example6-3.vhd
LIBRARY IEEE;
USE IEEE.Std_Logic_1164.ALL;
ENTITY test IS
END test;
ARCHITECTURE example OF test IS
SIGNAL s1, s2 : Std_ULogic;
BEGIN
p1: PROCESS
BEGIN
s1
www.eeworm.com/read/139799/13130956
vhd example6-8.vhd
LIBRARY IEEE;
ENTITY test IS END;
ARCHITECTURE example OF test IS
SIGNAL s : INTEGER := 0;
BEGIN
PROCESS
BEGIN
s
www.eeworm.com/read/326571/13134258
rpt xkcon.map.rpt
Analysis & Synthesis report for xkcon
Fri Dec 30 09:48:25 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal N
www.eeworm.com/read/326571/13134454
qmsg xkcon.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Analysis & Synthesis Quartus II " "Info:
www.eeworm.com/read/326570/13134598
vhd organ.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity organ is
Port ( clk1 : in std_logic;
www.eeworm.com/read/326570/13134796
vhd speaker.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity speaker is
Port ( clk1 : in std_logic;
www.eeworm.com/read/326570/13134829
vhd music_freq.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity music_freq is
Port ( clk,Auto: in std_logic;
index2 : in std_logic_vector(7
www.eeworm.com/read/139738/13137123
java uthread.java
package nachos.userprog;
import nachos.machine.*;
import nachos.threads.*;
import nachos.userprog.*;
/**
* A UThread is KThread that can execute user program code inside a user
* process, in addit