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

📄 priv.h

📁 此代码用于生成测试PCI设备的Verilog代码(Verilog代码为一种硬件描述语言)。此代码可以直接运行于LINUX下。
💻 H
字号:
#ifndef __priv_H#define __priv_H/* * Copyright (c) 2001 Picture Elements, Inc. *    Stephen Williams (steve@picturel.com) * *    This source code is free software; you can redistribute it *    and/or modify it in source code form under the terms of the GNU *    General Public License as published by the Free Software *    Foundation; either version 2 of the License, or (at your option) *    any later version. In order to redistribute the software in *    binary form, you will need a Picture Elements Binary Software *    License. * *    This program is distributed in the hope that it will be useful, *    but WITHOUT ANY WARRANTY; without even the implied warranty of *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the *    GNU General Public License for more details. * *    You should have received a copy of the GNU General Public License *    along with this program; if not, write to the Free Software *    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA *  --- *    You should also have recieved a copy of the Picture Elements *    Binary Software License offer along with the source. This offer *    allows you to obtain the right to redistribute the software in *    binary (compiled) form. If you have not received it, contact *    Picture Elements, Inc., 777 Panoramic Way, Berkeley, CA 94704. */#ident "$Id: priv.h,v 1.1 2002/05/12 22:17:17 steve Exp $"# include  <stdio.h>extern FILE*cfd0;extern FILE*cfd1;/* * $Log: priv.h,v $ * Revision 1.1  2002/05/12 22:17:17  steve *  Add pcisim to CVS. * */#endif

⌨️ 快捷键说明

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