Defines | |
| #define | FUNIT_MODULE 0 |
| #define | FUNIT_NAMED_BLOCK 1 |
| #define | FUNIT_FUNCTION 2 |
| #define | FUNIT_TASK 3 |
| #define | FUNIT_NO_SCORE 4 |
| #define | FUNIT_AFUNCTION 5 |
| #define | FUNIT_ATASK 6 |
| #define | FUNIT_ANAMED_BLOCK 7 |
| #define | FUNIT_TYPES 8 |
|
|
Represents a re-entrant Verilog function (syntax "function automatic <name> ... endfunction") |
|
|
Represents a named block inside of a re-entrant Verilog task or function |
|
|
Represents a re-entrant Verilog task (syntax "task <name> ... endtask") |
|
|
Represents a Verilog function (syntax "function <name> ... endfunction") |
|
|
Represents a Verilog module (syntax "module <name> ... endmodule") |
|
|
Represents a Verilog named block (syntax "begin : <name> ... end") |
|
|
Represents a scope that is considered a "no score" functional unit |
|
|
Represents a Verilog task (syntax "task <name> ... endtask") |
|
|
The number of valid functional unit types |
1.3.4