File: icebram.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-- 716 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
  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@gmail.com> for the Debian project (and may be used by others).