hdlparse icon indicating copy to clipboard operation
hdlparse copied to clipboard

hdl parse not working for parsing an entity

Open obruendl opened this issue 7 years ago • 1 comments

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?

obruendl avatar Apr 16 '18 05:04 obruendl

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

rtpavlovsk21 avatar Jul 16 '21 22:07 rtpavlovsk21