Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ set_trig
Method
set_trig
DSView/pv/view/logicsignal.cpp:67–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void LogicSignal::set_trig(int trig)
68
{
69
if (trig > NONTRIG && trig <= EDGTRIG)
70
_trig = (LogicSetRegions)trig;
71
else
72
_trig = NONTRIG;
73
}
74
75
bool LogicSignal::commit_trig()
76
{
Callers
2
load_config_from_json
Method · 0.80
try_commit_trigger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected