Packages can contain enum definitions so emit them in the pform.

This commit is contained in:
Cary R 2014-08-28 17:00:13 -07:00
parent 8c3f7d78b9
commit a0ea7e17cf
1 changed files with 1 additions and 0 deletions

View File

@ -1644,6 +1644,7 @@ void PPackage::pform_dump(std::ostream&out) const
out << "package " << pscope_name() << endl;
dump_localparams_(out, 4);
dump_parameters_(out, 4);
dump_enumerations_(out, 4);
dump_tasks_(out, 4);
dump_funcs_(out, 4);
out << "endpackage" << endl;