[fpga-icestorm] 05/07: Added missing man page

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Oct 7 19:52:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository fpga-icestorm.

commit f0fe203f7d25264e033b3afbb42634b17588afd0
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Oct 7 21:40:31 2016 +0200

    Added missing man page
---
 debian/changelog          |  2 ++
 debian/man/genmanpages.sh |  1 +
 debian/man/icebram.txt    | 27 +++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 44ce5f1..bafb98f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 fpga-icestorm (0~20160913git266e758-1) UNRELEASED; urgency=low
 
   * New upstream version
+  * debian/man/icebram.txt:
+    - New man page for new command
 
  -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 18 Sep 2016 12:21:07 +0200
 
diff --git a/debian/man/genmanpages.sh b/debian/man/genmanpages.sh
index 84330bb..3b49e05 100755
--- a/debian/man/genmanpages.sh
+++ b/debian/man/genmanpages.sh
@@ -14,4 +14,5 @@ txt2man -d "${CHANGELOG_DATE}" -t ICEUNPACK              -s 1 iceunpack.txt
 txt2man -d "${CHANGELOG_DATE}" -t ICEBOX_CHIPDB          -s 1 icebox_chipdb.txt       > icebox_chipdb.1
 txt2man -d "${CHANGELOG_DATE}" -t ICEPLL                 -s 1 icepll.txt              > icepll.1
 txt2man -d "${CHANGELOG_DATE}" -t ICETIME                -s 1 icetime.txt             > icetime.1
+txt2man -d "${CHANGELOG_DATE}" -t ICEBRAM                -s 1 icebram.txt             > icebram.1
 
diff --git a/debian/man/icebram.txt b/debian/man/icebram.txt
new file mode 100644
index 0000000..d0760f9
--- /dev/null
+++ b/debian/man/icebram.txt
@@ -0,0 +1,27 @@
+NAME
+  icebram - Replace BRAM initialization data in a .asc file
+
+SYNOPSIS
+  icebram [options] <from_hexfile> <to_hexfile>
+  icebram [options] -g <width> <depth>
+
+DESCRIPTION
+  Replace BRAM initialization data in a .asc file. This can be used for example to replace firmware images without re-running synthesis and place&route.
+
+
+OPTIONS
+  -g   generate a hex file with random contents. 
+       use this to generate the hex file used during synthesis, then
+       use the same file as <from_hexfile> later.
+
+  -v   verbose (repeat to increase verbosity)
+
+SEE ALSO
+  icepack(1) 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fpga-icestorm.git



More information about the debian-science-commits mailing list