add simple man page for bit2fp and fp2bit
This commit is contained in:
parent
f4bb5dad5e
commit
79e9453eeb
23
bit2fp.1
Normal file
23
bit2fp.1
Normal file
|
@ -0,0 +1,23 @@
|
|||
.\" Process this file with
|
||||
.\" groff -man -Tascii bit2fp.1
|
||||
|
||||
.TH FPGATOOLS: "1" "September 2012"
|
||||
|
||||
.SH NAME
|
||||
bit2fp \- bitstream to floorplan
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B bit2fp
|
||||
.RB [--bit-header]
|
||||
.RB [--bit-regs]
|
||||
.RB [--no-model]
|
||||
.RB [--no-fp-header]
|
||||
.RB [--dump-routing-mips]
|
||||
.RB <bitstream_file>
|
||||
|
||||
.SH AUTHORS
|
||||
Wolfgang Spraul
|
||||
|
||||
.PP
|
||||
This is free and unencumbered software released into the public domain.
|
||||
for details see the UNLICENSE file at the root of the source tree.
|
19
fp2bit.1
Normal file
19
fp2bit.1
Normal file
|
@ -0,0 +1,19 @@
|
|||
.\" Process this file with
|
||||
.\" groff -man -Tascii bit2fp.1
|
||||
|
||||
.TH FPGATOOLS: "1" "September 2012"
|
||||
|
||||
.SH NAME
|
||||
fp2bit \- floorplan to bitstream
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B fp2bit
|
||||
.RB <floorplan_file|- for stdin>
|
||||
.RB <bits_file>
|
||||
|
||||
.SH AUTHORS
|
||||
Wolfgang Spraul
|
||||
|
||||
.PP
|
||||
This is free and unencumbered software released into the public domain.
|
||||
for details see the UNLICENSE file at the root of the source tree.
|
|
@ -1,6 +0,0 @@
|
|||
.TH FPGATOOLS: "1" "August 2012"
|
||||
.SH NAME
|
||||
fpgatools
|
||||
.PP
|
||||
This manual page was written by Xiangfu Liu <xiangfu@openmobilefree.net>
|
||||
It is licensed under the terms of the GNU GPL (version 2 or later).
|
Loading…
Reference in New Issue
Block a user