代码搜索:Behaviour
找到约 1,042 项符合「Behaviour」的源代码
代码结果 1,042
www.eeworm.com/read/433021/8551992
vhd rom_based_waveform.vhd
--ROM-based waveform generator
PACKAGE rompac IS
CONSTANT rom_width : POSITIVE := 3;
CONSTANT addr_high : POSITIVE := 12;
SUBTYPE rom_word IS BIT_VECTOR(0 TO rom_width);
TYPE rom_table IS ARRAY(0 TO a
www.eeworm.com/read/181868/9233710
vhd simple ram model.vhd
-- Architectures:
-- Behaviour
--Simple RAM Model by s0g0
library IEEE;
use IEEE.std_logic_1164.all;
use vfp.generic_conversions.all;
entity RamChip is
port (Address: in Std_logic_vector(3
www.eeworm.com/read/461590/7223920
vhd mux2.vhd
--
-- $RCSfile: mux2.vhd,v $
-- $Revision: 1.1 $
-- $Author: petera $
-- $Date: 90/06/21 10:12:27 $
--
use work.dp32_types.all;
entity mux2 is
generic (width : positive;
Tpd : Time := u
www.eeworm.com/read/461590/7223935
vhd latch.vhd
--
-- $RCSfile: latch.vhd,v $
-- $Revision: 1.1 $
-- $Author: petera $
-- $Date: 90/06/20 16:02:34 $
--
use work.dp32_types.all;
entity latch is
generic (width : positive;
Tpd : Time :=
www.eeworm.com/read/461590/7223947
vhd leftshift.vhd
use work.dp32_types.all;
entity leftshift is
generic(width : positive);
port(d : in bit_vector(width-1 downto 0);
y : out bit_vector(width-1 downto 0));
end leftshift;
architectu
www.eeworm.com/read/453446/7420449
log simulation.log
9:54 PM, Tuesday, March 31, 2009
Simulation has been initialized
Selected Top-Level: count2 (behaviour)
Simulation has been stopped
www.eeworm.com/read/119409/14830868
h lycookie.h
#ifndef LYCOOKIES_H
#define LYCOOKIES_H
extern void LYSetCookie PARAMS((
CONST char * SetCookie,
CONST char * SetCookie2,
CONST char * address));
extern char *LYCookie PARAMS((
CONST char * host
www.eeworm.com/read/162614/5528925
c noreturn-6.c
/* { dg-do compile } */
/* Check for volatile behaviour. */
extern int xxx (void);
volatile extern int xxx (void); /* { dg-error "not compatible" } */
www.eeworm.com/read/428593/8857040
vhd dpc.vhd
---------------------------------------------------------------------------
-- dpc (PWM generator)
---------------------------------------------------------------------------
library ieee;
use ieee.
www.eeworm.com/read/461590/7223948
vhd flags_replace.vhd
use work.dp32_types.all;
entity flags_replace is
port (fsr_in : in bit_32;
fsr_out : out bit_32;
flags : in bit_5);
end flags_replace;
architecture behaviour of flags_replace is
begin
m