Home
last modified time | relevance | path

Searched refs:ERR_WRONGMOD (Results 1 – 3 of 3) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Derror.h52 ERR_WRONGMOD, enumerator
H A Derror.c75 {ERR_WRONGMOD, 1, "WRONGMOD", "Found module '%s' when expecting '%s'."},
H A Dverilog.c189 errorModule(cur.mod,p,ERR_WRONGMOD,name,p->p_moduleName); in VerNewModule()