Skip to content

issues Search Results · repo:VHDL/pyVHDLModel language:Python

Filter by

13 results
 (98 ms)

13 results

inVHDL/pyVHDLModel (press backspace or delete to remove)

My application needs an object hierarchy to represent VHDL design units and their contents. I want to capture port grouping information - where sets of port clauses have empty lines and/or comments between ...
enhancement
  • amb5l
  • 6
  • Opened 
    on Jun 5
  • #97

Versions for the test : - pyGHDL version : 5.0.0-dev - pyVHDLModel version : 0.29.4 The python script to analyze the VHDL file is this one : from pathlib import Path from pyGHDL.dom.NonStandard ...
  • DrPiWork
  • 1
  • Opened 
    on Feb 12
  • #92

I try to analyze a design using the AMD UNISIM library. I get errors like Entity IBUFG not found for component IBUFG in library UNISIM . I agree that these errors are legitimate. But in this case, we ...
  • DrPiWork
  • 12
  • Opened 
    on Feb 11
  • #91

When analyzing expressions like the following, an exception is raised. constant MY_CONST_1 : std_logic_vector(7 downto 0) := x 1 x 2 ; Same problem with the following expression : constant MY_CONST_2 ...
  • DrPiWork
  • 4
  • Opened 
    on Feb 11
  • #90

I am curious on your thoughts in allowing pyVHDLModel to be used in analyzing partial (missing files) or mixed language projects. Currently, the Analyze function in __init__.py will raise an exception ...
question
  • Tcenova
  • 1
  • Opened 
    on Aug 8, 2024
  • #83

path /python3.11/site-packages/pyVHDLModel/init.py , line 845, in _LinkItems subtype = package._namespace.FindSubtype(element._subtype) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File path /python3.11/site-packages/pyVHDLModel/Namespace.py ...
bug
question
  • Tcenova
  • 6
  • Opened 
    on Jul 26, 2024
  • #81

path /python3.11/site-packages/pyVHDLModel/init.py , line 705, in _ImportObjects package._namespace._elements[declaredItem._identifier] = declaredItem ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: Constant ...
bug
question
  • Tcenova
  • 3
  • Opened 
    on Jul 26, 2024
  • #80

I tried to run this code: from pathlib import Path from pyGHDL.dom.NonStandard import Design, Document but the second import crashes: (common) C:\Work\Scripts\Python\PyGHDL python test.py Traceback ...
Dependencies
  • pidgeon777
  • 9
  • Opened 
    on Mar 27, 2024
  • #77

In a direct entity instantiation, you can also use a simple name as entity_name, without the library prefix (seledted_name). However, EntityInstantiationSymbol uses a SelectedName in its constructor. ...
bug
  • c-thaler
  • 7
  • Opened 
    on Apr 5, 2023
  • #70

| Tagged Pipeline (v0.14.0) | Branch Pipeline (main) | Branch Pipeline (dev) | | --- | --- | --- | | image | image | image | Strangely the 2nd column has no real pipeline name, just Pipeline. Was it restarted? ...
  • Paebbels
  • 1
  • Opened 
    on Dec 8, 2021
  • #41
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub