Fix the comment in the EDIT header.

This commit is contained in:
steve 2005-08-21 22:25:51 +00:00
parent 6828e3e2ea
commit a8f45a18f0
1 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifdef HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: edif.c,v 1.1.2.1 2005/08/17 01:17:28 steve Exp $" #ident "$Id: edif.c,v 1.1.2.2 2005/08/21 22:25:51 steve Exp $"
#endif #endif
# include "edif.h" # include "edif.h"
@ -497,7 +497,7 @@ void edif_print(FILE*fd, edif_t edf)
fprintf(fd, " (written\n"); fprintf(fd, " (written\n");
fprintf(fd, " (timeStamp 0 0 0 0 0 0)\n"); fprintf(fd, " (timeStamp 0 0 0 0 0 0)\n");
fprintf(fd, " (author \"unknown\")\n"); fprintf(fd, " (author \"unknown\")\n");
fprintf(fd, " (program \"Icarus Verilog/fpga.tgt\")))\n"); fprintf(fd, " (program \"Icarus Verilog/edif.tgt\")))\n");
fflush(fd); fflush(fd);
for (xlib = edf->xlibs ; xlib ; xlib = xlib->next) { for (xlib = edf->xlibs ; xlib ; xlib = xlib->next) {
@ -671,6 +671,9 @@ void edif_print(FILE*fd, edif_t edf)
/* /*
* $Log: edif.c,v $ * $Log: edif.c,v $
* Revision 1.1.2.2 2005/08/21 22:25:51 steve
* Fix the comment in the EDIT header.
*
* Revision 1.1.2.1 2005/08/17 01:17:28 steve * Revision 1.1.2.1 2005/08/17 01:17:28 steve
* Add the tgt-edif target. * Add the tgt-edif target.
* *