Remove unused burst.
This commit is contained in:
@@ -191,7 +191,6 @@ class TCIntf( Intf ):
|
|||||||
if ( speedup > 0 and
|
if ( speedup > 0 and
|
||||||
self.node.name[0:1] == 's' ):
|
self.node.name[0:1] == 's' ):
|
||||||
bw = speedup
|
bw = speedup
|
||||||
burst = bw * 1e6 / 8 * .001
|
|
||||||
# This may not be correct - we should look more closely
|
# This may not be correct - we should look more closely
|
||||||
# at the semantics of burst (and cburst) to make sure we
|
# at the semantics of burst (and cburst) to make sure we
|
||||||
# are specifying the correct sizes. For now I have used
|
# are specifying the correct sizes. For now I have used
|
||||||
|
|||||||
Reference in New Issue
Block a user