switch from conda to nix for tooling

This commit is contained in:
Jesse Cirimelli-Low
2026-05-11 10:44:24 -07:00
parent f2db9fe2de
commit cbd2bd7c2e
17 changed files with 178 additions and 174 deletions
+3 -3
View File
@@ -151,9 +151,9 @@ class options(optparse.Values):
###################
# Top process that was ran (openram, memchar, memfunc)
top_process = None
# Use conda to install the default tools
# (existing tools will be used if disabled)
use_conda = True
# Use Nix to initialize the default open-source toolchain.
# If disabled, OpenRAM uses whatever tools are already in PATH.
use_nix = True
# Variable to select the variant of spice
spice_name = None
# The spice executable being used which is derived from the user PATH.