1ae14203fc
GitOrigin-RevId: 68398d2dd50efc2d878bf0f83bbc8bc323b6b0e0
5 lines
138 B
Bash
5 lines
138 B
Bash
addYosysPluginPath() {
|
|
addToSearchPath NIX_YOSYS_PLUGIN_DIRS "$1/share/yosys/plugins"
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" addYosysPluginPath
|