代码搜索:when
找到约 10,000 项符合「when」的源代码
代码结果 10,000
www.eeworm.com/read/452795/7432678
vhd jh_cpu3.vhd
-- clock generation block
-- single/double byte(s) instruction fetch
-- single byte instruction expand
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_unsigned.all ;
use ieee.st
www.eeworm.com/read/442041/7660914
vhd controller.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY controller IS
PORT (Hold, Reset, Clk : IN STD_LOGIC;
Num : IN Integer Range 0 To 49;
GA,GB,YA,YB,RA,RB :out STD_LOGIC
www.eeworm.com/read/108242/6183827
c tio.c
/* tio.c */
/* Author:
* Steve Kirkendall
* 14407 SW Teal Blvd. #C
* Beaverton, OR 97005
* kirkenda@cs.pdx.edu
*/
/* This file contains terminal I/O functions */
#include "config.h"
#include
www.eeworm.com/read/472423/6867501
vhd tonetaba.vhd
library ieee;
use ieee.std_logic_1164.all;
entity tonetaba is
port(
index : in std_logic_vector(7 downto 0);
code : out integer range 0 to 15;
tone : out integer range 0 to 1
www.eeworm.com/read/472423/6867627
vhd tonetaba.vhd
library ieee;
use ieee.std_logic_1164.all;
entity tonetaba is
port(
index : in std_logic_vector(7 downto 0);
code : out integer range 0 to 15;
tone : out integer range 0 to 1
www.eeworm.com/read/173924/9630090
txt 2(2).txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity h31 is
port(cp,rst,EN:in std_logic;
seg:out std_logic_vector(6 downto 0
www.eeworm.com/read/452795/7432686
vhd jh_cpu4.vhd
-- clock generation block
-- single/double byte(s) instruction fetch
-- single byte instruction expanded
-- jsr instruction expand
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logi
www.eeworm.com/read/327437/13078570
txt jiaotongdeng.txt
显示模块 -------------------------------------------
library ieee; use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity decled is
port( datain:in un
www.eeworm.com/read/208361/15248314
vhdl song.vhdl
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/146442/12648231
hs getmodtime.hs
-----------------------------------------------------------------------------
-- |
-- Module : Getmodtime
-- Copyright : Thomas Hallgren
--
-- Maintainer : Malcolm Wallace