mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
Generalize the evaluation of floating point delays, and
get it working with delay assignment statements. Allow parameters to be referenced by hierarchical name.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
#if !defined(WINNT) && !defined(macintosh)
|
||||
#ident "$Id: util.h,v 1.1 2000/04/29 04:53:44 steve Exp $"
|
||||
#ident "$Id: util.h,v 1.2 2001/01/14 23:04:56 steve Exp $"
|
||||
#endif
|
||||
|
||||
# include <string>
|
||||
@@ -31,8 +31,16 @@
|
||||
*/
|
||||
extern string parse_first_name(string&path);
|
||||
|
||||
extern string parse_last_name(string&path);
|
||||
|
||||
/*
|
||||
* $Log: util.h,v $
|
||||
* Revision 1.2 2001/01/14 23:04:56 steve
|
||||
* Generalize the evaluation of floating point delays, and
|
||||
* get it working with delay assignment statements.
|
||||
*
|
||||
* Allow parameters to be referenced by hierarchical name.
|
||||
*
|
||||
* Revision 1.1 2000/04/29 04:53:44 steve
|
||||
* missing header file.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user