Compile problems after merge with verilog-ams
The NetPartSelect::BI enumeration value does not exist any more.
This commit is contained in:
parent
30570adf31
commit
2ee976d1c0
|
|
@ -761,10 +761,6 @@ NetPartSelect::NetPartSelect(NetNet*sig, unsigned off, unsigned wid,
|
||||||
pin(0).set_dir(Link::INPUT);
|
pin(0).set_dir(Link::INPUT);
|
||||||
pin(1).set_dir(Link::OUTPUT);
|
pin(1).set_dir(Link::OUTPUT);
|
||||||
break;
|
break;
|
||||||
case NetPartSelect::BI:
|
|
||||||
pin(0).set_dir(Link::OUTPUT);
|
|
||||||
pin(1).set_dir(Link::OUTPUT);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
pin(0).set_name(perm_string::literal("Part"), 0);
|
pin(0).set_name(perm_string::literal("Part"), 0);
|
||||||
pin(1).set_name(perm_string::literal("Vect"), 0);
|
pin(1).set_name(perm_string::literal("Vect"), 0);
|
||||||
|
|
@ -787,10 +783,6 @@ NetPartSelect::NetPartSelect(NetNet*sig, NetNet*sel,
|
||||||
pin(0).set_dir(Link::INPUT);
|
pin(0).set_dir(Link::INPUT);
|
||||||
pin(1).set_dir(Link::OUTPUT);
|
pin(1).set_dir(Link::OUTPUT);
|
||||||
break;
|
break;
|
||||||
case NetPartSelect::BI:
|
|
||||||
pin(0).set_dir(Link::PASSIVE);
|
|
||||||
pin(1).set_dir(Link::PASSIVE);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
pin(2).set_dir(Link::INPUT);
|
pin(2).set_dir(Link::INPUT);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue