#42 why I am getting an error after performing "make test"
Issue opened by mdzakirhussain
make test
cd /home/zakir/openlane &&
docker run -it -v /home/zakir/openlane:/openLANE_flow -v /home/zakir/opl/:/home/zakir/opl/ -e PDK_ROOT=/home/zakir/opl/ -u 0:0 openlane:rc3 bash -c "./flow.tcl -design spm -tag openlane_test -overwrite"
[INFO]:
_ __ _ __ _
__ __ _
/ \ | \ / _]| \ | | / || \ / _]
| || o ) [_ | _ || | | o || _ | / [_
| O || _/ _]| | || |___ | || | || _]
| || | | [_ | | || || _ || | || [_
_*/ |*| |_**||*|*||_**||*|*||*|*||_____|
[INFO]: Version: rc3
[INFO]: Running non-interactively
[INFO]: Using design configuration at /openLANE_flow/designs/spm/config.tcl
[INFO]: PDKs root directory: /home/zakir/opl/
[INFO]: PDK: sky130A
[INFO]: Standard Cell Library: sky130_fd_sc_hd
couldn't read file "/home/zakir/opl//sky130A/libs.tech/openlane/config.tcl": no such file or directory
while executing
"source $pdk_config"
(procedure "prep" line 123)
invoked from within
"prep {_}$args"
(procedure "run_non_interactive_mode" line 9)
invoked from within
"run_non_interactive_mode {_}$argv"
invoked from within
"if { [info exists flags_map(-interactive)] || [info exists flags_map(-it)] } {
puts_info "Running interactively"
if { [info exists arg_values(..."
(file "./flow.tcl" line 160)
Makefile
86 recipe for target 'test' failed
make:
* [test] Error 1
efabless/openlane