Specador Documentation Generator User Guide
Rev. 23.1.22, 22 September 2023
| The +dvt_init+ius.irun directive resets the builder to the ius.irun default state. File Extension to Language Syntax Mapping
Language Syntax for Unmapped Extensions: Skip Language Syntax for Included Files: Included files are parsed using the syntax that was used for parsing the including file. Mode Specific Directives Note: in IUS compatibility mode all directives are case-insensitive except for -f / -F Note: in IUS compatibility mode, top and test files specified using relative paths are solved, in order, as relative to the compilation root, then $SPECMAN_PATH entries
How to specify <syntax> for - default_ext <syntax> and - <syntax>_ext directives
Predefined API
Examples
+dvt_init+ius.irun // By default .c are skipped and .v are parsed with Verilog 2001 syntax Note Every time you re-map an already mapped extension, DVT will warn you. For the example above, you get the following warnings: .v was previously mapped to Verilog_2001
+dvt_init+ius.irun // By default .vp, .v, .vs are parsed with Verilog 2001
+dvt_init+ius.irun // By default the unmapped extensions are skipped
+dvt_init+ius.irun |