Constructors

  • Initialize a NetlistString with either a compressed or uncompressed netlist string. If both are provided, the uncompressed netlist will be used. Uses LZString to compress and decompress the netlist string.

    Parameters

    • uncompressed: string = undefined

      {string} string that holds a netlist

    • compressed: string = undefined

      {string} LZ compressed string that holds a netlist

    Returns NetlistString

Accessors

  • get compressed(): any

    Returns any

  • get netlist(): any

    Returns any

  • get uncompressed(): any

    Returns any

Methods

  • Parameters

    • uncompressedString: any

    Returns any

  • Parameters

    • compressedString: any

    Returns any