Backend

svsim.verilator.Backend
See theBackend companion object
final class Backend(executablePath: String) extends Backend

Attributes

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

Members list

Type members

Types

Value members

Concrete methods

override 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

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

Attributes

Source
Backend.scala

Concrete fields

override val 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