代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/300908/13881534
vhd dll_standard.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
LIBRARY UNISIM;
USE UNISIM.VCOMPONENTS.ALL;
ENTITY dll_standard IS
PORT (
CLKIN : IN STD_LOGIC;
RESET : IN STD_LOGIC;
CLK2X :
www.eeworm.com/read/300908/13881544
vhd modem.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_unsigned.all;
ENTITY Modem IS
PORT (
Reset : IN STD_LOGIC; -- Master reset
Clk16X : IN STD_LOGIC; -- UART int
www.eeworm.com/read/300908/13881548
vhd topfile.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
LIBRARY UNISIM;
USE UNISIM.Vcomponents.ALL;
ENTITY TOPFILE IS
PORT(
UTO_Clock :
www.eeworm.com/read/151249/5684571
h portability.h
#ifndef CPPUNIT_PORTABILITY_H
#define CPPUNIT_PORTABILITY_H
/* include platform specific config */
#if defined(__BORLANDC__)
# include
#elif defined (_MSC_VER)
#
www.eeworm.com/read/146495/5737309
vhd mc8051_ramx_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
www.eeworm.com/read/146495/5737315
vhd mc8051_rom_.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
www.eeworm.com/read/146495/5737425
vhd tb.vhd
--*******************************************************************--
-- Copyright (c) 1999-2001 Evatronix SA --
--****************************************************
www.eeworm.com/read/146495/5737433
vhd c8051.vhd
--*******************************************************************--
-- Copyright (c) 1999-2001 Evatronix SA --
--****************************************************
www.eeworm.com/read/141343/5770097
adb grt-options.adb
-- GHDL Run Time (GRT) - command line options.
-- Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold
--
-- GHDL is free software; you can redistribute it and/or modify it under
-- the terms of
www.eeworm.com/read/141268/5775139
h portability.h
#ifndef CPPUNIT_PORTABILITY_H
#define CPPUNIT_PORTABILITY_H
#if defined(_WIN32) && !defined(WIN32)
# define WIN32 1
#endif
/* include platform specific config */
#if defined(__BORLANDC__)
#