logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icebox_vlog - convert bitstream in .txt format to verilog

Author

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

                                                  07 June 2024                                    ICEBOX_VLOG(1)

Descriptioin

       This  tools  converts  a  bitstream  in  .txt  format  (already  converted  with  iceunpack) to a Verilog
       representation.

Name

icebox_vlog - convert bitstream in .txt format to verilog

Options

-s     strip comments from output

       -S     strip comments about interconn wires from output

       -l     convert io tile port names to chip pin numbers

       -L     lookup symbol names (using .sym statements in input)

       -n<module-name>
              name for the exported module (default: "chip")

       -p<pcf-file>
              use the set_io command from the specified pcf file

       -P<pcf-file>
              like -p, enable some hacks for pcf files created by the iCEcube2 placer.

       -c     collect multi-bit ports

       -R     enable IeRen database checks

       -D     enable exactly-one-driver checks

Synopsis

icebox_vlog [options] [bitmap.txt]

See Also