Backend

svsim.Backend
See theBackend companion object
trait Backend

Attributes

Companion
object
Source
Backend.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Backend
class Backend

Members list

Type members

Types

Attributes

Source
Backend.scala

Value members

Abstract methods

def assertionFailed: Regex

A regular expression that indicates lines in a log file which indicate assertion failure.

A regular expression that indicates lines in a log file which indicate assertion failure.

Attributes

Source
Backend.scala
def escapeDefine(string: String): String

This function will be applied to all defines (both the keys and the values). This can be used to workaround subtleties in how different simulators parse defines and require different escaping.

This function will be applied to all defines (both the keys and the values). This can be used to workaround subtleties in how different simulators parse defines and require different escaping.

Attributes

Source
Backend.scala
def generateParameters(outputBinaryName: String, topModuleName: String, additionalHeaderPaths: Seq[String], commonSettings: CommonCompilationSettings, backendSpecificSettings: CompilationSettings): Parameters

Attributes

Source
Backend.scala