mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-24 06:46:52 +02:00
Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61d230c5b2 | ||
|
|
8f94545f2a | ||
|
|
6975707804 |
+3
-3
@@ -17,7 +17,7 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
#if !defined(WINNT)
|
||||
#ident "$Id: codes.cc,v 1.9 2002/03/01 05:43:59 steve Exp $"
|
||||
#ident "$Id: codes.cc,v 1.8.4.1 2002/03/02 00:25:31 steve Exp $"
|
||||
#endif
|
||||
|
||||
# include "codes.h"
|
||||
@@ -105,8 +105,8 @@ vvp_code_t codespace_index(vvp_cpoint_t point)
|
||||
|
||||
/*
|
||||
* $Log: codes.cc,v $
|
||||
* Revision 1.9 2002/03/01 05:43:59 steve
|
||||
* Initialize all the codes tables.
|
||||
* Revision 1.8.4.1 2002/03/02 00:25:31 steve
|
||||
* Properly initialize code tables to 0.
|
||||
*
|
||||
* Revision 1.8 2001/05/09 04:23:18 steve
|
||||
* Now that the interactive debugger exists,
|
||||
|
||||
+3
-6
@@ -19,7 +19,7 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
#if !defined(WINNT)
|
||||
#ident "$Id: lexor.lex,v 1.31 2002/03/01 05:42:50 steve Exp $"
|
||||
#ident "$Id: lexor.lex,v 1.29.2.1 2002/03/02 00:27:10 steve Exp $"
|
||||
#endif
|
||||
|
||||
# include "parse_misc.h"
|
||||
@@ -158,11 +158,8 @@ int yywrap()
|
||||
|
||||
/*
|
||||
* $Log: lexor.lex,v $
|
||||
* Revision 1.31 2002/03/01 05:42:50 steve
|
||||
* out-of-memory asserts.
|
||||
*
|
||||
* Revision 1.30 2002/02/27 05:46:33 steve
|
||||
* carriage return is white space.
|
||||
* Revision 1.29.2.1 2002/03/02 00:27:10 steve
|
||||
* cariage return fixes from main trunk.
|
||||
*
|
||||
* Revision 1.29 2002/01/03 04:19:02 steve
|
||||
* Add structural modulus support down to vvp.
|
||||
|
||||
+4
-1
@@ -27,7 +27,7 @@
|
||||
* Picture Elements, Inc., 777 Panoramic Way, Berkeley, CA 94704.
|
||||
*/
|
||||
#if !defined(WINNT) && !defined(macintosh)
|
||||
#ident "$Id: vpi_memory.cc,v 1.5 2002/02/06 04:48:34 steve Exp $"
|
||||
#ident "$Id: vpi_memory.cc,v 1.4.2.1 2002/03/02 00:28:39 steve Exp $"
|
||||
#endif
|
||||
|
||||
# include "vpi_priv.h"
|
||||
@@ -363,6 +363,9 @@ vpiHandle vpip_make_memory(vvp_memory_t mem)
|
||||
|
||||
/*
|
||||
* $Log: vpi_memory.cc,v $
|
||||
* Revision 1.4.2.1 2002/03/02 00:28:39 steve
|
||||
* Get memory word updates from trunk
|
||||
*
|
||||
* Revision 1.5 2002/02/06 04:48:34 steve
|
||||
* get bin or hex string values of memory words.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user