byucc.jhdl.Logic.Modules.helpers
Class flipper

java.lang.Object
  extended bybyucc.jhdl.Logic.Modules.helpers.flipper

public class flipper
extends java.lang.Object

This class is a helper for the ramrom modules in byucc.jhdl.Xilinx.*.Modules, but anyone else can use it too if they dare!


Constructor Summary
flipper()
           
 
Method Summary
static java.lang.String[] flip(java.lang.String[] arr, int size, int width)
           
static void main(java.lang.String[] args)
           
static void stuffit(char[][] ca, int r, int c, java.lang.String pat)
           
static java.lang.String toHexString(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

flipper

public flipper()
Method Detail

main

public static void main(java.lang.String[] args)

flip

public static java.lang.String[] flip(java.lang.String[] arr,
                                      int size,
                                      int width)

toHexString

public static java.lang.String toHexString(java.lang.String s)

stuffit

public static void stuffit(char[][] ca,
                           int r,
                           int c,
                           java.lang.String pat)


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