This commit is contained in:
Nick Gasson 2008-07-29 15:12:51 +01:00
parent e037ffd952
commit 25602e487d
1 changed files with 5 additions and 1 deletions

View File

@ -125,7 +125,11 @@ enum vhdl_nexus_obj_t {
/*
* TODO: COMMENT
* This represents the portion of a nexus that is visible within
* a VHDL scope. If that nexus portion does not contain a signal,
* then `tmpname' gives the name of the temporary that will be
* used when this nexus is used in `scope' (e.g. for LPMs that
* appear in instantiations).
*/
struct scope_nexus_t {
vhdl_scope *scope;