From 2ee976d1c05c3fe15ae633fbc9a8368c161575f8 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Thu, 5 Jun 2008 11:06:54 -0700 Subject: [PATCH] Compile problems after merge with verilog-ams The NetPartSelect::BI enumeration value does not exist any more. --- netlist.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/netlist.cc b/netlist.cc index 22c9f03ee..fefd23581 100644 --- a/netlist.cc +++ b/netlist.cc @@ -761,10 +761,6 @@ NetPartSelect::NetPartSelect(NetNet*sig, unsigned off, unsigned wid, pin(0).set_dir(Link::INPUT); pin(1).set_dir(Link::OUTPUT); 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(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(1).set_dir(Link::OUTPUT); break; - case NetPartSelect::BI: - pin(0).set_dir(Link::PASSIVE); - pin(1).set_dir(Link::PASSIVE); - break; } pin(2).set_dir(Link::INPUT);