diff --git a/bit2fp.1 b/bit2fp.1 new file mode 100644 index 0000000..bedd706 --- /dev/null +++ b/bit2fp.1 @@ -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 + +.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. diff --git a/fp2bit.1 b/fp2bit.1 new file mode 100644 index 0000000..ec0c6d8 --- /dev/null +++ b/fp2bit.1 @@ -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 +.RB + +.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. diff --git a/fpgatools.1 b/fpgatools.1 deleted file mode 100644 index c8d6640..0000000 --- a/fpgatools.1 +++ /dev/null @@ -1,6 +0,0 @@ -.TH FPGATOOLS: "1" "August 2012" -.SH NAME -fpgatools -.PP -This manual page was written by Xiangfu Liu -It is licensed under the terms of the GNU GPL (version 2 or later).