use of de.neemann.digital.hdl.model2.HDLNet in project Digital by hneemann.
the class HDLNodeAssignment method replaceNet.
@Override
public void replaceNet(HDLNet oldNet, HDLNet newNet) {
super.replaceNet(oldNet, newNet);
expression.replace(oldNet, new ExprVar(newNet));
}
Aggregations