Leithy
08/26/2022, 1:58 PMset ::env(DESIGN_NAME) "RAM32"
set ::env(CLOCK_PORT) "CLK"
set ::env(CLOCK_PERIOD) "8"
set ::env(VERILOG_FILES) "pdk_generics.v model.v"
set ::env(PDK_ROOT) "/Users/leithy/Developer/DFFRAM/pdk"
set ::env(PDK) "sky130A"
set ::env(SYNTH_READ_BLACKBOX_LIB) "1"
I get this error [ERROR]: Container manifest not found. What this likely means is that the container is severely out of date.
, although it works fine for other designs that come with openlane. The error message seems irrelevant.Vijayan Krishnan
08/26/2022, 2:03 PMmake survey || python3 ./env.py issue-survey
Share the logsLeithy
08/26/2022, 2:04 PMKernel: Darwin v21.2.0
Distribution: macOS 12.1
Python: v3.9.13 (OK)
Container Engine: docker v20.10.16 (OK)
OpenLane Git Version: b6bacc9d1ab469917fda7ceea61ea3a18984b818
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)
b6bacc9d 2022-08-24T21:21:29+02:00 Build Script Fixes (#1283) - Mohamed Gaber - (HEAD -> master, tag: 2022.08.25, origin/master, origin/HEAD)
f0f60552 2022-08-24T19:36:18+02:00 Remove `-echo` flags from `read_sdc` (#1284) - Anton Blanchard - ()
94521291 2022-08-20T13:41:59+02:00 Fix 'run_yosys' invocation during -synth_explore (#1278) - meta - (tag: 2022.08.21)
---
Git Remotes
origin <https://github.com/The-OpenROAD-Project/OpenLane.git> (fetch)
origin <https://github.com/The-OpenROAD-Project/OpenLane.git> (push)
Leithy
08/26/2022, 2:08 PMArman Avetisyan
08/26/2022, 3:02 PMVijayan Krishnan
08/27/2022, 6:31 AMVERILOG_FILES
should be src/*.v
. Try this https://github.com/The-OpenROAD-Project/OpenLane/blob/master/designs/spm/config.json format for design configurationVijayan Krishnan
08/27/2022, 10:26 AMdonn
08/28/2022, 7:29 PM