bender icon indicating copy to clipboard operation
bender copied to clipboard

Wrong syntax in Genus script

Open jagjordi opened this issue 10 months ago • 1 comments

I am generating a script for Genus, however the TCL syntax seems incorrect. See:

# This script was generated automatically by bender.
if [ info exists search_path ] {{
  set search_path_initial $search_path
}}
set ROOT = "/home/jordi/Projects/drra2/rtl"

set search_path $search_path_initial

there is an = in the set ROOT which is incorrect in TCL.

I don't know why this happens. I have checked the Genus template here and there is no =, so I don't know where it is coming from. Am I doing something wrong?

jagjordi avatar Jan 15 '25 15:01 jagjordi

On further inspection, it seems that this error only happens with the RHEL releases. I compiled with the latest git version and it works fine

jagjordi avatar Jan 15 '25 15:01 jagjordi

I believe this was fixed in #165, which should now be released in the v0.28.2 binaries as well.

micprog avatar Apr 22 '25 13:04 micprog