| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Currently, all behaviour is the same as for --std=08, except for the
standard library search path. No standard libraries exist yet, so
running ghdl with --std=19 will fail.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
For #1913
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(instead of a design unit).
Also, add Iir_Kind_Foreign_Vector_Type_Definition
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also add the Matching flag to the Iir_Kind_Case_Statement.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Instead of swapping L/R arguments to try to create ?>= and ?>,
create a function for each which performs the not operation of ?<
and ?<= as defined by the LRM.
|
|
|
| |
Implement the matching operators ?<, ?<=, ?>, ?>=, ?/=.
|
| |
|
| |
|