add simple man page for bit2fp and fp2bit

This commit is contained in:
Xiangfu 2012-09-08 12:23:25 +08:00
parent f4bb5dad5e
commit 79e9453eeb
3 changed files with 42 additions and 6 deletions

23
bit2fp.1 Normal file
View 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
View 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.

View File

@ -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).