mirror of https://github.com/VLSIDA/OpenRAM.git
Set shell in the Makefile
This commit is contained in:
parent
92c8770472
commit
3ada5347eb
3
Makefile
3
Makefile
|
|
@ -3,6 +3,9 @@ include $(TOP_DIR)/openram.mk
|
||||||
|
|
||||||
.DEFAULT_GOAL := install
|
.DEFAULT_GOAL := install
|
||||||
|
|
||||||
|
# Set the shell here
|
||||||
|
SHELL := /bin/bash
|
||||||
|
|
||||||
# Skywater PDK SRAM library
|
# Skywater PDK SRAM library
|
||||||
SRAM_LIB_DIR ?= $(PDK_ROOT)/sky130_fd_bd_sram
|
SRAM_LIB_DIR ?= $(PDK_ROOT)/sky130_fd_bd_sram
|
||||||
# Use this for release
|
# Use this for release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue