Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ getLineNb
Method
getLineNb
src/Design/ModuleInstance.cpp:238–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
uint32_t ModuleInstance::getLineNb() const {
239
return m_fileContent->Line(m_nodeId);
240
}
241
242
uint16_t ModuleInstance::getColumnNb() const {
243
return m_fileContent->Column(m_nodeId);
Callers
10
SLaddErrorContext
Function · 0.45
SLaddMLErrorContext
Function · 0.45
SLgetInstanceLine
Function · 0.45
logError
Method · 0.45
elaborate_
Method · 0.45
high_conn_
Method · 0.45
elab_interfaces_
Method · 0.45
elab_ports_nets_
Method · 0.45
bind_net_
Method · 0.45
reportInstanceTree
Method · 0.45
Calls
1
Line
Method · 0.45
Tested by
no test coverage detected