Skip to content

Commit

Permalink
added debug for types
Browse files Browse the repository at this point in the history
  • Loading branch information
mayagokhale committed Dec 19, 2019
1 parent 9342e23 commit 47eb386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/xlat/Xlat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ void Xlat::xlattype(FindTemplateTypes *tt, hNodep &h_typeinfo) {

scpar::FindTemplateTypes::type_vector_t ttargs =
tt->getTemplateArgumentsType();
os_ << "number of type args is " << ttargs.size() << "\n";
for (auto const &targ : ttargs) {
h_typeinfo->child_list.push_back(
new hNode(targ.getTypeName(), hNode::hdlopsEnum::hType));
Expand Down

0 comments on commit 47eb386

Please sign in to comment.