Rewrite manuals in the better semantic mdoc format (still works in groff).
This commit is contained in:
parent
9f46a8fb39
commit
e3cfcc3140
62
doc/bit2fp.1
62
doc/bit2fp.1
|
@ -1,23 +1,45 @@
|
||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii bit2fp.1
|
.\" groff -mandoc -Tascii bit2fp.1
|
||||||
|
.Dd "July 3, 2013"
|
||||||
.TH FPGATOOLS: "1" "September 2012"
|
.Dt FPGATOOLS 1
|
||||||
|
.Os
|
||||||
.SH NAME
|
.Sh NAME
|
||||||
bit2fp \- bitstream to floorplan
|
.Nm bit2fp
|
||||||
|
.Nd bitstream to floorplan
|
||||||
.SH SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.B bit2fp
|
.Nm bit2fp
|
||||||
.RB [--bit-header]
|
.Op Fl -bit-crc
|
||||||
.RB [--bit-regs]
|
.Op Fl -bit-header
|
||||||
.RB [--no-model]
|
.Op Fl -bit-regs
|
||||||
.RB [--no-fp-header]
|
.Op Fl -no-fp-header
|
||||||
.RB [--dump-routing-mips]
|
.Op Fl -no-model
|
||||||
.RB <bitstream_file>
|
.Op Fl -verbose
|
||||||
|
.Ar bitstream_file
|
||||||
.SH AUTHORS
|
.Sh DESCRIPTION
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
program converts a bitstream file to a floorplan.
|
||||||
|
The floorplan is printed to standard output.
|
||||||
|
.Pp
|
||||||
|
The arguments are as follows:
|
||||||
|
.Bl -tag -width Ds
|
||||||
|
.It Fl -bit-crc
|
||||||
|
Print the values of CRCs as they are encountered in the bitstream.
|
||||||
|
.It Fl -bit-header
|
||||||
|
Dump the bitstream header string.
|
||||||
|
.It Fl -bit-regs
|
||||||
|
Print the contents of registers as they are encountered in the bitstream.
|
||||||
|
.It Fl -no-fp-header
|
||||||
|
Don't include the floorplan version number in the output.
|
||||||
|
.It Fl -no-model
|
||||||
|
Fill the model from binary configuration.
|
||||||
|
.It Fl -verbose
|
||||||
|
Print extra debugging information.
|
||||||
|
.It Ar bitstream_file
|
||||||
|
The input file.
|
||||||
|
.El
|
||||||
|
.Sh AUTHORS
|
||||||
Wolfgang Spraul
|
Wolfgang Spraul
|
||||||
|
.Sh LICENSE
|
||||||
.PP
|
|
||||||
This is free and unencumbered software released into the public domain.
|
This is free and unencumbered software released into the public domain.
|
||||||
for details see the UNLICENSE file at the root of the source tree.
|
For details see the UNLICENSE file at the root of the source tree.
|
||||||
|
|
43
doc/fp2bit.1
43
doc/fp2bit.1
|
@ -1,19 +1,30 @@
|
||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii bit2fp.1
|
.\" groff -mandoc -Tascii bit2fp.1
|
||||||
|
.Dd "July 3, 2013"
|
||||||
.TH FPGATOOLS: "1" "September 2012"
|
.Dt FPGATOOLS 1
|
||||||
|
.Os
|
||||||
.SH NAME
|
.Sh NAME
|
||||||
fp2bit \- floorplan to bitstream
|
.Nm fp2bit
|
||||||
|
.Nd floorplan to bitstream
|
||||||
.SH SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.B fp2bit
|
.Nm fp2bit
|
||||||
.RB <floorplan_file|- for stdin>
|
.Ar floorplan_file
|
||||||
.RB <bits_file>
|
.Ar bits_file
|
||||||
|
.Sh DESCRIPTION
|
||||||
.SH AUTHORS
|
The
|
||||||
|
.Nm
|
||||||
|
program converts a floorplan file to a bitstream.
|
||||||
|
.Bl -tag -width Ds
|
||||||
|
.It Ar floorplan_file
|
||||||
|
An input floorplan file.
|
||||||
|
If specified as
|
||||||
|
.Dq - ,
|
||||||
|
then the floorplan is read from standard input.
|
||||||
|
.It Ar bits_file
|
||||||
|
The output file.
|
||||||
|
.El
|
||||||
|
.Sh AUTHORS
|
||||||
Wolfgang Spraul
|
Wolfgang Spraul
|
||||||
|
.Sh LICENSE
|
||||||
.PP
|
|
||||||
This is free and unencumbered software released into the public domain.
|
This is free and unencumbered software released into the public domain.
|
||||||
for details see the UNLICENSE file at the root of the source tree.
|
For details see the UNLICENSE file at the root of the source tree.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user