Class VerilogCallCollector

    • Constructor Detail

      • VerilogCallCollector

        public VerilogCallCollector()
    • Method Detail

      • transform

        public static java.util.Collection<ru.ispras.fortress.util.Pair<VerilogDeclaration,​VerilogExpression>> transform​(VerilogNode node)
        Replaces internal function calls with return-value variables.
        Parameters:
        node - The expression to be transformed.
        Returns:
        The collection of internal function calls with associated new variables.
      • transform

        public ru.ispras.fortress.expression.Node transform​(ru.ispras.fortress.expression.Node node)
        Specified by:
        transform in class VerilogTransformer