-f <filename>
(command argument file) Instructs Verilog-XL to read the text file that you specify following the option. The text file can contain source text filenames and Verilog-XL command options, including other -f options. Nesting is virtually unlimited, but a maximum of 1024 characters has been set to trap recursive -f options.
A feature request to add support to read all source files from a
.fHow it works:
.ffile.ebmc -f filename.fWhy do we need it?
-Idoes not work. Created a separate issue for that:-Ioption not working as intended in EBMC #1338.fis a method used by multiple EDA tools, this reduces effort in adopting EBMC.Reference:
Source:
https://portal.cs.umbc.edu/help/VHDL/verilog/command_line_options.html