• Will Kamp's avatar
    Add architecture to vhdl parser, so that dependencies are generated between the… · 4b77a820
    Will Kamp authored
    Add architecture to vhdl parser, so that dependencies are generated between the architecture and the entity which may be in different files.
    Causes problem in new_dep_solver when entity and architecture are in the same file because now a file will depends on itself (which it technically does). When re-expressing the VHDL dependencies as file dependencies we avoid creating the circular dependency to itself.
    4b77a820
vhdl_parser.py 6.45 KB