| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
libghdl can now be re-initialized.
|
|
|
|
| |
Fix #1549
|
|
|
|
| |
accordingly
|
|
|
|
|
|
| |
Propagate this change to libghdl and python binding to avoid abort.
For #1551
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Attributes of entity/architecture/configurations are expected to be locally
static so that they can be referenced from outside (so on the non-instantiated
entity).
But many designs break this assumption. In relaxed mode, non-locally static
attributes are allowed but now cannot be referenced outside the entity.
Locally static attributes can be referenced from outside.
Fix #1528
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: eine <eine@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
| |
"time must be **greather** than previous transaction" -> "time must be **greater** than previous transaction"
(h was in the word 'greater')
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
For ghdl/ghdl-yosys-plugin#137
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for attribute specification with invalid entity class.
|