Package org.pshdl.interpreter.VariableInformation

Examples of org.pshdl.interpreter.VariableInformation.Type


  public VariableInformation readVariable() throws IOException {
    TLV tlv = null;
    Direction dir = Direction.INTERNAL;
    boolean isRegister = false;
    Type type = Type.BIT;
    String name = null;
    int width = -1;
    int dimensions[] = new int[0];
    boolean isClock = false, isReset = false;
    String[] annotations = null;
View Full Code Here

TOP

Related Classes of org.pshdl.interpreter.VariableInformation.Type

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.