| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Regenerate python files.
|
|
|
|
| |
Allow to do multiple synthesis
|
| |
|
| |
|
| |
|
|
|
|
| |
Co-Authored-By: Kamyar Mohajerani <kammoh@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(except for vhdl-scanner)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|