⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 device.vhd

📁 宇航级微处理器LEON2 2.2 VHDL源代码,很难找的.
💻 VHD
字号:
------------------------------------------------------------------------------  This file is a part of the LEON VHDL model--  Copyright (C) 1999  European Space Agency (ESA)----  This library is free software; you can redistribute it and/or--  modify it under the terms of the GNU Lesser General Public--  License as published by the Free Software Foundation; either--  version 2 of the License, or (at your option) any later version.----  See the file COPYING.LGPL for the full details of the license.------------------------------------------------------------------------------- Entity: 	device-- File:	device.vhd-- Author:	Jiri Gaisler - ESA/ESTEC-- Description:	package to select current device configuration------------------------------------------------------------------------------library IEEE;use IEEE.std_logic_1164.all;use work.target.all;package device is------------------------------------------------------------------------ This is the current device configuration----------------------------------------------------------------------  constant conf : config_type := sim_std;--  constant conf : config_type := sim_insilicon_pci;--  constant conf : config_type := sim_ahb_test;--  constant conf : config_type := synplify_2k2;--  constant conf : config_type := synplify_2k2k_softprom;--  constant conf : config_type := synplify_2k2k_virtexprom;--  constant conf : config_type := leonardo_2k2;--  constant conf : config_type := leonardo_2k2k_softprom;--  constant conf : config_type := gen_virtex_2k2k;--  constant conf : config_type := gen_virtex_2k2k_bprom;--  constant conf : config_type := gen_virtex_2k2k_vprom;--  constant conf : config_type := gen_atc35;end;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -