MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / checkForLoops

Method checkForLoops

src/DesignCompile/CompileHelper.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94using namespace UHDM; // NOLINT (we use a good chunk of these here)
95
96void CompileHelper::checkForLoops(bool on) {
97 m_checkForLoops = on;
98 m_stackLevel = 0;
99 m_unwind = false;
100}
101
102bool CompileHelper::loopDetected(PathId fileId, uint32_t lineNumber,
103 CompileDesign* compileDesign,

Callers 10

elaborateInstance_Method · 0.80
collectParams_Method · 0.80
writeInterfaceMethod · 0.80
writeCont_assignMethod · 0.80
writeElabInterfaceMethod · 0.80
elab_parameters_Method · 0.80
high_conn_Method · 0.80
elabSignalMethod · 0.80
elab_ports_nets_Method · 0.80
bind_net_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected