Workspace

svsim.Workspace
See theWorkspace companion class
object Workspace

Attributes

Companion
class
Source
Workspace.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Workspace.type

Members list

Value members

Concrete methods

Detect the project root (workspace) directory. It uses the chisel.project.root Java system property if it is set. Otherwise, checks the environment variables CHISEL_PROJECT_ROOT (which can be set by user) and MILL_WORKSPACE_ROOT (set by mill). If none of those are available, returns the current working directory.

Detect the project root (workspace) directory. It uses the chisel.project.root Java system property if it is set. Otherwise, checks the environment variables CHISEL_PROJECT_ROOT (which can be set by user) and MILL_WORKSPACE_ROOT (set by mill). If none of those are available, returns the current working directory.

Attributes

Returns

the absolute path to the project root or the current working directory

Source
Workspace.scala

Concrete fields

val testbenchModuleName: String

Attributes

Source
Workspace.scala