File: iceunpack.txt

package info (click to toggle)
fpga-icestorm 0~20190913git0ec00d8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,468 kB
  • sloc: python: 27,893; cpp: 4,598; sh: 2,590; ansic: 1,116; makefile: 643; xml: 16
file content (27 lines) | stat: -rw-r--r-- 852 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
NAME
  iceunpack - Unpacks binary bitstreams for Lattice FPGA to readable .txt file

SYNOPSIS
  iceunpack [options] [input-file [output-file]]

DESCRIPTION
  This tool can be used to unpack binary bitstreams for Lattice FPGA. It is part of the icestorm project.

OPTIONS
  -u    unpack mode (implied when called as 'iceunpack')
  -v    verbose (repeat to increase verbosity)
  -b    write cram bitmap as netpbm file
  -f    write cram bitmap (fill tiles) as netpbm file
  -c    write cram bitmap (checkerboard) as netpbm file. repeat to flip the selection of tiles
  -r    write bram data, not cra, to the netpbm file
  -B0,-B1,-B2,-B3   only include the specified banks in the netpbm file

SEE ALSO
  icepack(1) 


AUTHOR
  This manual page was written by Ruben Undheim <ruben.undheim@gmail.com> for the Debian project (and may be used by others).