MCPcopy Create free account
hub / github.com/Nic30/hdlConvertor / VhdlDesignFileParser

Method VhdlDesignFileParser

src/vhdlConvertor/designFileParser.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using namespace hdlConvertor::hdlAst;
17
18VhdlDesignFileParser::VhdlDesignFileParser(antlr4::TokenStream &tokens,
19 HdlContext &ctx, bool _hierarchyOnly) :
20 BaseHdlParser(tokens, ctx, _hierarchyOnly), commentParser(tokens) {
21}
22
23void VhdlDesignFileParser::visitDesign_file(
24 vhdlParser::Design_fileContext *ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected