svsim.verilator.Backend
See theBackend companion object
Attributes
- Companion
- object
- Source
- Backend.scala
- Graph
-
- Supertypes
Members list
Type members
Types
Attributes
- Source
- Backend.scala
Value members
Concrete methods
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
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
In this article