aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
Commit message (Collapse)AuthorAgeFilesLines
* Some naming cleanups.Patrick Lehmann2021-08-231-30/+30
|
* Preparations for sequential statements.Patrick Lehmann2021-08-231-0/+39
|
* Black formatting.Patrick Lehmann2021-08-235-24/+40
|
* Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-235-20/+136
|
* Preparations for sequential statements.Patrick Lehmann2021-08-234-35/+468
|
* Support for concurrent procedure call.Patrick Lehmann2021-08-233-5/+37
|
* Improvements for case generate statements.Patrick Lehmann2021-08-232-6/+139
|
* Improved handling of generate statements and pretty-printing of hierarchy.Patrick Lehmann2021-08-232-41/+64
|
* Improved pretty-printing for hierarchy.Patrick Lehmann2021-08-233-31/+144
|
* Reworked pretty printing.Patrick Lehmann2021-08-231-27/+44
|
* Resolve entity names in architectures to entities.Patrick Lehmann2021-08-231-0/+8
|
* Handle assignments (target and kind).Patrick Lehmann2021-08-231-5/+19
|
* More for generate statements.Patrick Lehmann2021-08-231-5/+86
|
* Renamed BodyItems to Statements.Patrick Lehmann2021-08-232-12/+12
|
* Renamed to ConcurrentSimpleSignalAssignment.Patrick Lehmann2021-08-232-3/+3
|
* Added handling of simple concurrent statements.Patrick Lehmann2021-08-232-8/+37
|
* Disabled Python 3.8 syntax.Patrick Lehmann2021-08-231-6/+8
|
* FIX pass the length to probably unterminated string extractionumarcor2021-08-232-5/+9
| | | | (cherry picked from commit afee8309e4b644e0e94c1938c0f4e211ae3038fa)
* Another fix for consecutive identifiers.Patrick Lehmann2021-08-232-0/+24
|
* Fixes.Patrick Lehmann2021-08-233-19/+19
|
* Trying to provide a binding for str_table.Patrick Lehmann2021-08-232-2/+62
|
* Handle parameter '-D' in ghdl-dom.Patrick Lehmann2021-08-231-0/+20
|
* PrettyPrint deferred constants.Patrick Lehmann2021-08-231-5/+10
|
* Fixed handling of declarations with multiple identifiers, if this is the ↵Patrick Lehmann2021-08-231-0/+8
| | | | last item in the chain.
* Moved parsing into IfGenerateBranch.Patrick Lehmann2021-08-231-13/+37
|
* More handling of concurrent statements.Patrick Lehmann2021-08-232-65/+178
|
* Handle instantiations 1/2.Patrick Lehmann2021-08-232-40/+42
|
* Handle more concurrent statements and report as not implemented yet.Patrick Lehmann2021-08-231-1/+48
|
* Changed List to Iterable. Parse instantiations. Some SimpleName fixes.Patrick Lehmann2021-08-233-17/+232
|
* Also handle multiple identifiers in record elements.Patrick Lehmann2021-08-233-17/+51
|
* Also handle multiple identifiers in signal, variable, object and file ↵Patrick Lehmann2021-08-233-110/+223
| | | | declarations.
* Handle declarations with multiple identifiers.Patrick Lehmann2021-08-232-51/+93
|
* Needed for changes in prettyprint for the Identifier(s) change in pyVHDLModel.Patrick Lehmann2021-08-232-6/+6
|
* Adjust DOM to a change in pyVHDLModel: some Identifiers being now a list of ↵Patrick Lehmann2021-08-231-10/+10
| | | | identifiers.
* Fixed typo in IIR translation of Greater_Than_Or_Equal_Operator: should be ↵Patrick Lehmann2021-08-231-1/+1
| | | | GreaterEqualExpression.
* Wrap typeMarks in a SimpleName.Patrick Lehmann2021-08-231-2/+4
|
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-2321-66/+124
|
* pyGHDL: reformattingTristan Gingold2021-08-061-2/+4
|
* vhdl: introduce iir_kind_association_element_by_nameTristan Gingold2021-08-062-298/+307
|
* files_map.py: reindentTristan Gingold2021-07-221-0/+2
|
* lsp/symbols.py: handle simultaneous null statement.Tristan Gingold2021-07-221-0/+1
|
* lsp/document.py: fix a typo in a call to _Replace_TextTristan Gingold2021-07-221-1/+1
|
* lsp/document.py: extend source buffer if necessary during reloadTristan Gingold2021-07-221-10/+16
|
* pyGHDL/cli/lsp.py: adjust previous patch in __rotate_log_filesTristan Gingold2021-07-221-5/+7
|
* files_map.py: Add get_buffer_lengthTristan Gingold2021-07-221-0/+9
|
* files_map.py: Add get_buffer_lengthTristan Gingold2021-07-191-0/+11
|
* pyGHDL/cli/lsp: use pathlib instead of os.remove, os.rename and os.pathumarcor2021-07-181-19/+27
|
* lsp/lsp.py: do not quote driver letter colon when creating an uri.Tristan Gingold2021-07-061-1/+5
| | | | For ghdl-language-server#79
* pyGHDL: reformattingTristan Gingold2021-07-051-2/+3
|
* lsp/vhdl_ls.py: slightly improve log messageTristan Gingold2021-07-051-1/+1
|