abstract class PIRBackend extends Backend

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PIRBackend
  2. Backend
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PIRBackend(args: String = "--pir --dot")

Type Members

  1. implicit class ResultOp extends AnyRef

Abstract Value Members

  1. abstract def runPasses(): PlasticineTest.Result

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val args: String
    Definition Classes
    Backend
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def command(pass: String, args: Seq[String], timeout: Long, parse: (String) ⇒ PlasticineTest.Result, Error: (String) ⇒ PlasticineTest.Result, wd: String): PlasticineTest.Result
    Definition Classes
    Backend
  8. final def compile(expectErrors: Boolean): Iterator[() ⇒ PlasticineTest.Result]
    Definition Classes
    Backend
  9. def compileOnly: Boolean
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def genDir(name: String): String
    Definition Classes
    PIRBackend → Backend
  14. def genpir(): PlasticineTest.Result
  15. def genpsim(fifo: Int = 20): PlasticineTest.Result
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logDir(name: String): String
    Definition Classes
    PIRBackend → Backend
  20. val make: String
    Definition Classes
    Backend
  21. def makeArgs: Seq[String]
    Definition Classes
    Backend
  22. val makeTimeout: Long
    Definition Classes
    Backend
  23. def mappir(args: String, fifo: Int = 20): PlasticineTest.Result
  24. val model: String
    Definition Classes
    Backend
  25. def modelArgs(version: String): Seq[String]
    Definition Classes
    Backend
  26. val modelTimeout: Long
    Definition Classes
    Backend
  27. val name: String
    Definition Classes
    PIRBackend → Backend
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def parseMake(line: String): Exception with NoStackTrace with Product with Serializable with utils.Result
  32. def parseMakeError(line: String): PlasticineTest.Result
    Definition Classes
    Backend
  33. def parseModelError(line: String): PlasticineTest.Result
    Definition Classes
    Backend
  34. def parseProute(vcLimit: Int)(line: String): PlasticineTest.Result
  35. def parsePsim(line: String): Product with Serializable with utils.Result
  36. def parseRunError(line: String): PlasticineTest.Result
    Definition Classes
    Backend
  37. def parseTst(line: String): Product with Serializable with utils.Result
  38. def parsepir(line: String): Product with Serializable with utils.Result
  39. def pirpass(pass: String, args: List[String]): PlasticineTest.Result
  40. var prev: String
    Definition Classes
    Backend
  41. def psh(ckpt: String): PlasticineTest.Result
  42. def repDir(name: String): String
    Definition Classes
    PIRBackend → Backend
  43. val run: String
    Definition Classes
    Backend
  44. final def runApp(): PlasticineTest.Result
    Definition Classes
    Backend
  45. def runArgs: Seq[String]
    Definition Classes
    Backend
  46. def runBackend(): Unit
    Definition Classes
    PIRBackend → Backend
  47. final def runMake(): PlasticineTest.Result
    Definition Classes
    Backend
  48. final def runModels(): Unit
    Definition Classes
    Backend
  49. def runOnly: Boolean
  50. val runTimeout: Long
    Definition Classes
    Backend
  51. def runpir(): PlasticineTest.Result
  52. def runproute(row: Int = 16, col: Int = 8, vlink: Int = 2, slink: Int = 4, time: Int = -1, iter: Int = 1000, vcLimit: Int = 4, stopScore: Int = -1): PlasticineTest.Result
  53. def runpsim(name: String = "runpsim", flit: Int = 512, linkTp: String = "B", placefile: String = ""): PlasticineTest.Result
  54. def runtst(args: String = "", fifo: Int = 20): PlasticineTest.Result
  55. def scommand(pass: String, args: Seq[String], timeout: Long, parse: (String) ⇒ PlasticineTest.Result, Error: (String) ⇒ PlasticineTest.Result, wd: String = IR.config.genDir): PlasticineTest.Result
  56. def shouldRun: Boolean
    Definition Classes
    PIRBackend → Backend
  57. val shouldRunModels: Boolean
    Definition Classes
    Backend
  58. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  59. def toString(): String
    Definition Classes
    Backend → AnyRef → Any
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from PlasticineTest.Backend

Inherited from AnyRef

Inherited from Any

Ungrouped