📄 chip_c8051.code
字号:
$VAR1 = {
'-flags' => {
'defines_included' => undef
},
'-inits' => undef,
'-design_name' => 'CHIP_C8051',
'-code' => '//*******************************************************************--
// Copyright (c) 1999-2001 Evatronix SA --
//*******************************************************************--
// Please review the terms of the license agreement before using --
// this file. If you are not an authorized user, please destroy this --
// source code file and notify Evatronix SA immediately that you --
// inadvertently received an unauthorized copy. --
//*******************************************************************--
//---------------------------------------------------------------------
// Project name : C8051
// Project description : C8051 Microcontroller Unit
//
// File name : CHIP8051.VHD
// File contents : Entity CHIP_C8051
// Architecture STRUCTURAL of CHIP_C8051
// Configuration C8051_STRUCTURE of CHIP_C8051
// Purpose : Top-level structure of CHIP_C8051
//
// Destination library : C8051_LIB
// Dependencies : IEEE.STD_LOGIC_1164
//
// Design Engineer : M.B.
// Quality Engineer : M.B.
// Version : 3.01
// Last modification : 2001-10-01
//---------------------------------------------------------------------
//library C8051_LIB;
// use C8051_LIB.UTILITY.all;
//use work.UTILITY.all;
module CHIP_C8051 (reset, xtal1, ea, p0, p1, p2, p3, psen, ale, xtal2);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -