byucc.jhdl.synth
Class WideInt

java.lang.Object
  extended bybyucc.jhdl.synth.WideInt

public class WideInt
extends java.lang.Object


Constructor Summary
WideInt()
           
 
Method Summary
protected static int concat(int a, int b)
           
protected static int getbit(int num, int whichBit)
           
protected static int sw(int width)
           
protected static int xor(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WideInt

public WideInt()
Method Detail

concat

protected static int concat(int a,
                            int b)

getbit

protected static int getbit(int num,
                            int whichBit)

xor

protected static int xor(int num)

sw

protected static int sw(int width)


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.