Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hdl parse not working for parsing an entity #6

Open
obruendl opened this issue Apr 16, 2018 · 1 comment
Open

hdl parse not working for parsing an entity #6

obruendl opened this issue Apr 16, 2018 · 1 comment

Comments

@obruendl
Copy link

I tried hdlparse for parsing a small entity. The entity is known to be correct (used in many projects and working fine for synthesis and simulation). However, hdlparse just returns and empty list. Let me know how I can share the example code.

I checked the hdlparse code and obviously there is no handling for the action "entity" in the function "parse_vhdl()". Is this even implemented?

@rtpavlovsk21
Copy link

Documentation says that it will only run on components.
https://kevinpt.github.io/hdlparse/

michael-etzkorn referenced this issue in hdl/pyHDLParser Oct 2, 2021
* Homogenize end marks
liambeguin pushed a commit to liambeguin/hdlparse that referenced this issue Jul 6, 2023
Changed all the uses of .format to f-strings instead.

Signed-off-by: Wouter van Verre <woutervanverre@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants