vhdl2zb


This tool converts structural VHDL into Zboril's binary files. The files describe the structure of the circuit in a binary form.

Example of usage:

vhdl2zb FILE.vhd FILE

The generated binary files will be FILE.prv, FILE.brn, FILE.spj, FILE.spi. The FILE.prv describes elements in the circuit. The FILE.brn describes gates in the circuit. The FILE.spj describes nodes in the circuit. The file FILE.spi contains back reference indexes. More information about this format can be also found in my diploma thesis (in Czech).

Example of a supported VHDL file: c432f_ami_comp.vhd

This utility also supports several switches that affect its behaviour. For up-to-date reference see the built-in help with following command:

vhdl2zb --help

Back to main ]


Last modification:  2009-11-27

Valid XHTML 1.1!