<#1326 SYNTH_PARAMETERS not working as expected > ...
# openlane-development
g
#1326 SYNTH_PARAMETERS not working as expected Issue created by mohamedleithy Description Whenever I set
$::env(SYNTH_PARAMETERS)
, flow fails. Expected behavior Parameters in the top level model to be overridden, and flow to complete. Environment
Copy code
Last login: Tue Sep  6 14:26:16 on console

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit <https://support.apple.com/kb/HT208050>.
Mohameds-MacBook-Pro-2:OpenLane leithy$ python3 ./env.py issue-survey
Kernel: Darwin v21.2.0
Distribution: macOS 12.1
Python: v3.9.13 (OK)
Container Engine: UNKNOWN vUNKNOWN (UNSUPPORTED)
OpenLane Git Version: 460d3d80dfccf66dec379a3652d79e0499298f1c
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)

460d3d80 2022-09-02T11:20:08+02:00 [BOT] Update yosys (#844) - Openlane Bot -  (HEAD -> master, origin/master, origin/HEAD)
f0f2411d 2022-09-02T11:19:30+02:00 [BOT] Update netgen (#1053) - Openlane Bot -  ()
4654b461 2022-09-01T08:52:21+02:00 Fix Tool Updater CI (Again) - Mohamed Gaber -  (tag: 2022.09.02)
---
Git Remotes

origin	<https://github.com/The-OpenROAD-Project/OpenLane.git> (fetch)
origin	<https://github.com/The-OpenROAD-Project/OpenLane.git> (push)
Logs
Copy code
[ERROR]: during executing: "yosys -c /openlane/scripts/yosys/synth.tcl -l /openlane/designs/ram/runs/RUN_2022.09.04_14.10.27/logs/synthesis/1-synthesis.log |& tee /dev/null"
[ERROR]: Exit code: 1
[ERROR]: Last 10 lines:
Removing unused module `\DEC1x2'.
Removed 25 unused modules.

7. Executing TRIBUF pass.

8. Executing SYNTH pass.

8.1. Executing HIERARCHY pass (managing design hierarchy).
ERROR: Module `RAM128' not found!
child process exited abnormally
The-OpenROAD-Project/OpenLane