We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84b823 commit 83ad47aCopy full SHA for 83ad47a
systemverilog-plugin/UhdmAst.cc
@@ -1905,6 +1905,7 @@ void UhdmAst::process_module()
1905
std::vector<std::pair<RTLIL::IdString, RTLIL::Const>> parameters;
1906
visit_one_to_many({vpiParamAssign}, obj_h, [&](AST::AstNode *node) {
1907
if (node && node->type == AST::AST_PARAMETER) {
1908
+ log_assert(!node->children.empty());
1909
if (node->children[0]->type != AST::AST_CONSTANT) {
1910
if (shared.top_nodes.count(type)) {
1911
simplify_parameter(node, shared.top_nodes[type]);
0 commit comments