e_parse.h

来自「对于研究FPGA结构的人来说」· C头文件 代码 · 共 35 行

H
35
字号
/*------------------------------------------------------------------------** Copyright 1998 by Paul Leventis, Jonathan Rose and the University of    ** Toronto.  Use is permitted, provided that this attribution is retained  ** and no part of the code is re-distributed or included in any commercial ** product except by written agreement with the above parties.             **                                                                         ** For more information, contact us directly:                              **    Paul Leventis (leventi@eecg.utoronto.ca)                             **    Jonathan Rose  (jayar@eecg.toronto.edu)                              **    Department of Electrical and Computer Engineering                    **    University of Toronto, 10 King's College Rd.,                        **    Toronto, Ontario, CANADA M5S 1A4                                     **    Phone: (416) 978-6992  Fax: (416) 971-2286                           **------------------------------------------------------------------------*//* * e_parse.h * EDIF parser header file*/#ifndef E_PARSE_H#define E_PARSE_H#include <stdio.h>#include "e_graph.h"#include "e_hash.h"extern LIBRARY *defaultLib;extern HASH_TABLE *pLibraryHT;extern FILE *EPyyin;extern CELL *pTopCell;int EPyyparse(void);#endif

⌨️ 快捷键说明

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