代码搜索:Maxplus
找到约 394 项符合「Maxplus」的源代码
代码结果 394
www.eeworm.com/read/310768/13644277
vhd songer.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL ;
USE IEEE.STD_LOGIC_UNSIGNED.ALL ;
LIBRARY altera;
USE altera.maxplus2.ALL;
ENTITY songer IS
PORT(CLK12MHZ:IN STD_
www.eeworm.com/read/263314/11367859
vhd compinst.vhd
-- MAX+plus II VHDL Example
-- Component Instantiation Statement
-- Copyright (c) 1994 Altera Corporation
-- 本例引用了MaxplusII中的元件dff,在转移到其他平台时要注意修改
LIBRARY altera;
USE altera.maxplus2.ALL;
LIB
www.eeworm.com/read/149607/12363026
vhd compinst.vhd
-- MAX+plus II VHDL Example
-- Component Instantiation Statement
-- Copyright (c) 1994 Altera Corporation
-- 本例引用了MaxplusII中的元件dff,在转移到其他平台时要注意修改
LIBRARY altera;
USE altera.maxplus2.ALL;
LIB
www.eeworm.com/read/233758/14138589
mif sin3.mif
--maxplus memory initiallization file
--sin3.mif
width=10;
depth=768;
address_radix=hex;
data_radix=dec;
content begin
0:128;
1:131;
2:134;
3:137;
4:140;
5:144;
6:147;
7:150;
8:153;
9:
www.eeworm.com/read/125698/14470280
vhd compinst.vhd
-- MAX+plus II VHDL Example
-- Component Instantiation Statement
-- Copyright (c) 1994 Altera Corporation
-- 本例引用了MaxplusII中的元件dff,在转移到其他平台时要注意修改
LIBRARY altera;
USE altera.maxplus2.ALL;
LIB
www.eeworm.com/read/17771/759906
vhd dffe_v.vhd
LIBRARY ieee;
use ieee.std_logic_1164.all;
library altera;
use altera.maxplus2.all;
ENTITY dffe_v IS
PORT(D,Clk,Clrn,Prn,Ena : IN STD_LOGIC;
Q: OUT STD_LOGIC);
END dffe_v;
architectu
www.eeworm.com/read/17771/759939
vhd tffe_v.vhd
LIBRARY ieee;
use ieee.std_logic_1164.all;
library altera;
use altera.maxplus2.all;
ENTITY tffe_v IS
PORT(T,Clk,Clrn,Prn,Ena : IN STD_LOGIC;
Q: OUT STD_LOGIC);
END tffe_v;
architectu
www.eeworm.com/read/18763/801416
2-
Project Informatione:\wintools\programer\maxplus2\mydesign\homeworks\lead1\cc1.rpt
MAX+plus II Compiler Report File
Version 9.6 3/22/2000
Compiled: 08/08/2000 11:05:31
Copyright (C) 1988-2000
www.eeworm.com/read/472423/6867763
rpt color.rpt
Project Information d:\maxplus2\1502d\test12\color.rpt
MAX+plus II Compiler Report File
Version 10.0 9/14/2000
Compiled: 08/28/2002 19:02:47
Copyright (C) 1988-2000 Alt
www.eeworm.com/read/471480/6894447
vhd dffe_v.vhd
LIBRARY ieee;
use ieee.std_logic_1164.all;
library altera;
use altera.maxplus2.all;
ENTITY dffe_v IS
PORT(D,Clk,Clrn,Prn,Ena : IN STD_LOGIC;
Q: OUT STD_LOGIC);
END dffe_v;
architectu