aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Changed dependency files. Fixed a typo.Patrick Lehmann2021-07-021-6/+4
|
* Pin pyVHDLModel to v0.11.1.Patrick Lehmann2021-07-011-2/+2
|
* New command line interface for DOM.Patrick Lehmann2021-07-011-0/+3
|
* Minor changes.Patrick Lehmann2021-07-011-1/+1
|
* Added missing import.Patrick Lehmann2021-07-011-2/+2
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb)
* Minor fixes and pinned pyVHDLModel version to v0.10.3.Patrick Lehmann2021-06-231-2/+2
|
* setup.py: get a zipfile instead of using gitumarcor2021-06-231-1/+1
| | | | (cherry picked from commit 541815223c0df0fb2cdd227d3ca9e5a82135dc28)
* Renamed AllVHDLSources to Sanity.Patrick Lehmann2021-06-221-1/+2
| | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch.
* Incremented dependency to pyVHDLModel to v0.10.2.Patrick Lehmann2021-06-221-1/+1
|
* pyGHDL: pin pyVHDLModelumarcor2021-06-221-1/+1
|
* pyGHDL: bump pyVHDLModel to 0.10.1umarcor2021-06-191-1/+1
|
* Increment requirement pyVHDLModel to v0.10.0.Patrick Lehmann2021-06-171-1/+1
|
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-1/+1
|
* pyGHDL: remove dependency on attrTristan Gingold2021-01-161-3/+0
|
* Added 'attrs' to the dependency list.Patrick Lehmann2021-01-051-0/+3
|
* Lowering required Python version to 3.7.Patrick Lehmann2020-12-291-1/+1
|
* Tiny improvements.Patrick Lehmann2020-12-281-0/+2