-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
A feature request to add support to read all source files from a .f
How it works:
- Specify list of source files in a
.ffile. - Read the .f file using
ebmc -f filename.f
Why do we need it?
- Currently the
-Idoes not work. Created a separate issue for that:-Ioption not working as intended in EBMC #1338 - It will be easier to read files and have a shorter run command when the project has a lot of files.
.fis a method used by multiple EDA tools, this reduces effort in adopting EBMC.
Reference:
-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.
Source:
https://portal.cs.umbc.edu/help/VHDL/verilog/command_line_options.html
Metadata
Metadata
Assignees
Labels
No labels