abstract class PIRBackend extends Backend
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- PIRBackend
- Backend
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PIRBackend(args: String = "--pir --dot")
Abstract Value Members
- abstract def runPasses(): PlasticineTest.Result
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
args: String
- Definition Classes
- Backend
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
final
def
compile(expectErrors: Boolean): Iterator[() ⇒ PlasticineTest.Result]
- Definition Classes
- Backend
- def compileOnly: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
genDir(name: String): String
- Definition Classes
- PIRBackend → Backend
- def genpir(): PlasticineTest.Result
- def genpsim(fifo: Int = 20): PlasticineTest.Result
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
logDir(name: String): String
- Definition Classes
- PIRBackend → Backend
-
val
make: String
- Definition Classes
- Backend
-
def
makeArgs: Seq[String]
- Definition Classes
- Backend
-
val
makeTimeout: Long
- Definition Classes
- Backend
- def mappir(args: String, fifo: Int = 20): PlasticineTest.Result
-
val
model: String
- Definition Classes
- Backend
-
def
modelArgs(version: String): Seq[String]
- Definition Classes
- Backend
-
val
modelTimeout: Long
- Definition Classes
- Backend
-
val
name: String
- Definition Classes
- PIRBackend → Backend
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseMake(line: String): Exception with NoStackTrace with Product with Serializable with utils.Result
-
def
parseMakeError(line: String): PlasticineTest.Result
- Definition Classes
- Backend
-
def
parseModelError(line: String): PlasticineTest.Result
- Definition Classes
- Backend
- def parseProute(vcLimit: Int)(line: String): PlasticineTest.Result
- def parsePsim(line: String): Product with Serializable with utils.Result
-
def
parseRunError(line: String): PlasticineTest.Result
- Definition Classes
- Backend
- def parseTst(line: String): Product with Serializable with utils.Result
- def parsepir(line: String): Product with Serializable with utils.Result
- def pirpass(pass: String, args: List[String]): PlasticineTest.Result
-
var
prev: String
- Definition Classes
- Backend
- def psh(ckpt: String): PlasticineTest.Result
-
def
repDir(name: String): String
- Definition Classes
- PIRBackend → Backend
-
val
run: String
- Definition Classes
- Backend
-
final
def
runApp(): PlasticineTest.Result
- Definition Classes
- Backend
-
def
runArgs: Seq[String]
- Definition Classes
- Backend
-
def
runBackend(): Unit
- Definition Classes
- PIRBackend → Backend
-
final
def
runMake(): PlasticineTest.Result
- Definition Classes
- Backend
-
final
def
runModels(): Unit
- Definition Classes
- Backend
- def runOnly: Boolean
-
val
runTimeout: Long
- Definition Classes
- Backend
- def runpir(): PlasticineTest.Result
- 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
- def runpsim(name: String = "runpsim", flit: Int = 512, linkTp: String = "B", placefile: String = ""): PlasticineTest.Result
- def runtst(args: String = "", fifo: Int = 20): PlasticineTest.Result
- def scommand(pass: String, args: Seq[String], timeout: Long, parse: (String) ⇒ PlasticineTest.Result, Error: (String) ⇒ PlasticineTest.Result, wd: String = IR.config.genDir): PlasticineTest.Result
-
def
shouldRun: Boolean
- Definition Classes
- PIRBackend → Backend
-
val
shouldRunModels: Boolean
- Definition Classes
- Backend
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Backend → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )