ps2_v2_1_0.mdd
来自「基于FPGA嵌入式开发实现的VGA接口」· MDD 代码 · 共 16 行
MDD
16 行
##############################################################################
## Filename: D:\EMBD\VGA/drivers/PS2_v1_00_a/data/PS2_v2_1_0.mdd
## Description: Microprocessor Driver Definition
## Date: Tue Jun 19 00:24:27 2007 (by Create and Import Peripheral Wizard)
##############################################################################
OPTION psf_version = 2.1.0;
BEGIN DRIVER PS2
OPTION supported_peripherals = (PS2);
OPTION depends = (common_v1_00_a);
OPTION copyfiles = all;
END DRIVER
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?