Free Floating-Point Madness: VERIMark
VERIMark is a simple markup language designed for easy cusomization of Verilog files. All the source files for the generators of the Free Floating-Point Madness project are marked-up using VERIMark.
The command set of VERIMark is small and simple. A full description follows.
The following describes VERIMark Version 1.
Please click Here for Version 2.
Tags
- IF - Single-line conditional
### IF var ### ...
If var is true, include the rest of the line. If var is false, do not include the rest of the line.
- IFI - Conditional Include
### IFI var file ###
If var is true, include the contents of file. If var is false, do nothing.
- RUN - External program execute
### RUN file [var1 [var2 [...]]] ###
Run file with args as command-line arguments and include the output.
- VARIABLE - Substitution
### var ###
Substitue in the value of var.
Page last updated 29 August 2001, Mark E. Phair.