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 b9f462d commit 891a4f3Copy full SHA for 891a4f3
design_edit/src/netlist_checker.cc
@@ -486,7 +486,7 @@ void NETLIST_CHECKER::check_fclkbuf_conns()
486
set_difference(fclk_buf_ins, fab_outs);
487
if(!diff.empty())
488
{
489
- netlist_checker << "The following fclk_buf_outputs are not fabric outputs\n";
+ netlist_checker << "The following FCLK_BUF inputs are not fabric outputs\n";
490
for (const auto &elem : diff)
491
492
netlist_checker << "FCLK_BUF_IN : " << log_signal(elem) << "\n";
0 commit comments