Skip to content

Commit 86bf6c4

Browse files
ldoolittsteveicarus
authored andcommitted
Drop useless CVS stuff in .txt files
Remove useless, redundant, misleading, and misspelled $Id$ and $Log$ cruft from all .txt files.
1 parent 3a18bda commit 86bf6c4

File tree

9 files changed

+0
-179
lines changed

9 files changed

+0
-179
lines changed

cadpli/cadpli.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
CADENCE PLI1 MODULES
33

44
Copyright 2003 Stephen Williams
5-
$Id: cadpli.txt,v 1.2 2003/02/17 00:01:25 steve Exp $
65

76
With the cadpli module, Icarus Verilog is able to load PLI1
87
applications that were compiled and linked to be dynamic loaded by
@@ -34,15 +33,3 @@ the +loadpli1= argument to Verilog-XL.
3433
The integration from this point is seamless. The PLI application
3534
hardly knows that it is being invoked by Icarus Verilog instead of
3635
Verilog-XL, so operates as it would otherwise.
37-
38-
$Log: cadpli.txt,v $
39-
Revision 1.2 2003/02/17 00:01:25 steve
40-
Use a variant of ivl_dlfcn to do dynamic loading
41-
from within the cadpli module.
42-
43-
Change the +cadpli flag to -cadpli, to keep the
44-
plusargs namespace clear.
45-
46-
Revision 1.1 2003/02/16 02:44:47 steve
47-
Add the cadpli HOWTO.
48-

ieee1364-notes.txt

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -499,65 +499,3 @@ already seems to exist amongst VCD viewers in the wild, this behavior
499499
seems to be acceptable according to the standard, is a better mirror
500500
of 4-value behavior in the dead zone, and appears more user friendly
501501
when viewed by reasonable viewers.
502-
503-
504-
$Id: ieee1364-notes.txt,v 1.19 2007/04/18 02:36:13 steve Exp $
505-
$Log: ieee1364-notes.txt,v $
506-
Revision 1.19 2007/04/18 02:36:13 steve
507-
Put to iverilog wiki for further notes.
508-
509-
Revision 1.18 2007/03/22 16:08:16 steve
510-
Spelling fixes from Larry
511-
512-
Revision 1.17 2003/07/15 03:49:22 steve
513-
Spelling fixes.
514-
515-
Revision 1.16 2003/04/14 03:40:21 steve
516-
Make some effort to preserve bits while
517-
operating on constant values.
518-
519-
Revision 1.15 2003/02/16 23:39:08 steve
520-
NaN in dead zones of VCD dumps.
521-
522-
Revision 1.14 2003/02/06 17:51:36 steve
523-
Edge of vectors notes.
524-
525-
Revision 1.13 2002/08/20 04:11:53 steve
526-
Support parameters with defined ranges.
527-
528-
Revision 1.12 2002/06/11 03:34:33 steve
529-
Spelling patch (Larry Doolittle)
530-
531-
Revision 1.11 2002/04/27 02:38:04 steve
532-
Support selecting bits from parameters.
533-
534-
Revision 1.10 2002/03/31 01:54:13 steve
535-
Notes about scheduling
536-
537-
Revision 1.9 2002/01/26 02:08:07 steve
538-
Handle x in l-value of set/x
539-
540-
Revision 1.8 2001/08/01 05:17:31 steve
541-
Accept empty port lists to module instantiation.
542-
543-
Revision 1.7 2001/02/17 05:27:31 steve
544-
I allow function ports to have types.
545-
546-
Revision 1.6 2001/02/12 16:48:04 steve
547-
Rant about bit widths.
548-
549-
Revision 1.5 2001/01/02 17:28:08 steve
550-
Resolve repeat ambiguity in favor of loop.
551-
552-
Revision 1.4 2001/01/01 19:12:35 steve
553-
repeat loops ambiguity.
554-
555-
Revision 1.3 2000/12/15 00:21:46 steve
556-
rounding of time and x in primitives.
557-
558-
Revision 1.2 2000/11/19 22:03:04 steve
559-
Integer parameter comments.
560-
561-
Revision 1.1 2000/07/23 18:06:31 steve
562-
Document ieee1364 issues.
563-

ivl_target.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Icarus Verilog LOADABLE TARGET API (ivl_target)
33

44
Copyright 2002 Stephen Williams <[email protected]>
5-
$Id: ivl_target.txt,v 1.3 2002/06/11 03:34:33 steve Exp $
65

76

87
The ivl_target API is the interface available to modules that the
@@ -38,14 +37,3 @@ other LPM device with outputs.
3837

3938
There are ivl_lpm_size() input ports, each with the width
4039
ivl_lpm_data2_width(). The actual nexus is indexed by ivl_lpm_data2().
41-
42-
$Log: ivl_target.txt,v $
43-
Revision 1.3 2002/06/11 03:34:33 steve
44-
Spelling patch (Larry Doolittle)
45-
46-
Revision 1.2 2002/03/17 19:31:17 steve
47-
Add API to support user defined function.
48-
49-
Revision 1.1 2002/03/09 02:10:22 steve
50-
Add the NetUserFunc netlist node.
51-

netlist.txt

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* along with this program; if not, write to the Free Software
1717
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
1818
*/
19-
#ident "$Id: netlist.txt,v 1.10 2000/07/23 18:06:15 steve Exp $"
2019

2120

2221
Note that the netlist.h header contains detailed descriptions of how
@@ -291,49 +290,3 @@ values. These are filled in during scope elaboration and are used in
291290
subsequent elaboration phases to arrange for scaling of delays. This
292291
information can also be used by the code generator to scale times back
293292
to the units of the scope, if that is desired.
294-
295-
$Log: netlist.txt,v $
296-
Revision 1.10 2000/07/23 18:06:15 steve
297-
Document time scale in netlists.
298-
299-
Revision 1.9 2000/07/14 06:12:57 steve
300-
Move inital value handling from NetNet to Nexus
301-
objects. This allows better propogation of inital
302-
values.
303-
304-
Clean up constant propagation a bit to account
305-
for regs that are not really values.
306-
307-
Revision 1.8 2000/03/08 04:36:54 steve
308-
Redesign the implementation of scopes and parameters.
309-
I now generate the scopes and notice the parameters
310-
in a separate pass over the pform. Once the scopes
311-
are generated, I can process overrides and evalutate
312-
paremeters before elaboration begins.
313-
314-
Revision 1.7 1999/11/28 23:42:02 steve
315-
NetESignal object no longer need to be NetNode
316-
objects. Let them keep a pointer to NetNet objects.
317-
318-
Revision 1.6 1999/11/21 00:13:09 steve
319-
Support memories in continuous assignments.
320-
321-
Revision 1.5 1999/11/02 04:55:34 steve
322-
Add the synthesize method to NetExpr to handle
323-
synthesis of expressions, and use that method
324-
to improve r-value handling of LPM_FF synthesis.
325-
326-
Modify the XNF target to handle LPM_FF objects.
327-
328-
Revision 1.4 1999/09/29 00:03:27 steve
329-
Spelling fixes from Larry.
330-
331-
Revision 1.3 1999/07/24 02:11:20 steve
332-
Elaborate task input ports.
333-
334-
Revision 1.2 1999/07/21 01:15:29 steve
335-
Document netlist semantics.
336-
337-
Revision 1.1 1999/05/27 04:13:08 steve
338-
Handle expression bit widths with non-fatal errors.
339-

solaris/README-solaris_pkg.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id: README-solaris_pkg.txt,v 1.3 2007/02/26 19:49:49 steve Exp $
2-
31
Notes about the solaris package.
42

53
I. Installing a prebuilt solaris package

tgt-fpga/fpga.txt

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
FPGA LOADABLE CODE GENERATOR FOR Icarus Verilog
33

44
Copyright 2001 Stephen Williams
5-
$Id: fpga.txt,v 1.12 2005/09/19 21:45:36 steve Exp $
65

76
The FPGA code generator supports a variety of FPGA devices, writing
87
XNF or EDIF depending on the target. You can select the architecture
@@ -186,42 +185,3 @@ Compile a single-file design with command line tools like so:
186185
% map -o map.ncd foo.ngd
187186
% par -w map.ncd foo.ncd
188187

189-
---
190-
$Log: fpga.txt,v $
191-
Revision 1.12 2005/09/19 21:45:36 steve
192-
Spelling patches from Larry.
193-
194-
Revision 1.11 2003/08/07 05:17:34 steve
195-
Add arch=lpm to the documentation.
196-
197-
Revision 1.10 2003/07/04 03:57:19 steve
198-
Allow attributes on Verilog 2001 port declarations.
199-
200-
Revision 1.9 2003/07/04 01:08:03 steve
201-
PAD attribute can be used to assign pins.
202-
203-
Revision 1.8 2003/07/02 00:26:49 steve
204-
Fix spelling of part= flag.
205-
206-
Revision 1.7 2003/03/24 02:28:38 steve
207-
Document the virtex2 architecture.
208-
209-
Revision 1.6 2003/03/24 00:47:54 steve
210-
Add new virtex2 architecture family, and
211-
also the new edif.h EDIF management functions.
212-
213-
Revision 1.5 2002/04/30 04:26:42 steve
214-
Spelling errors.
215-
216-
Revision 1.4 2001/09/16 22:26:47 steve
217-
Support the cellref attribute.
218-
219-
Revision 1.3 2001/09/16 01:48:16 steve
220-
Suppor the PAD attribute on signals.
221-
222-
Revision 1.2 2001/09/06 04:28:40 steve
223-
Separate the virtex and generic-edif code generators.
224-
225-
Revision 1.1 2001/09/02 23:58:49 steve
226-
Add documentation for the code generator.
227-

vvp/README.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Copyright (c) 2001 Stephen Williams ([email protected])
33
*
4-
* $Id: README.txt,v 1.82 2007/03/22 16:08:19 steve Exp $
54
*/
65

76
VVP SIMULATION ENGINE

vvp/vpi.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Copyright (c) 2001 Stephen Williams ([email protected])
33
*
4-
* $Id: vpi.txt,v 1.8 2007/03/22 16:08:19 steve Exp $
54
*/
65

76

vvp/vthread.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Copyright (c) 2001 Stephen Williams ([email protected])
33
*
4-
* $Id: vthread.txt,v 1.6 2005/09/19 21:45:37 steve Exp $
54
*/
65

76

0 commit comments

Comments
 (0)