bender
bender copied to clipboard
Wrong syntax in Genus script
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?
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
I believe this was fixed in #165, which should now be released in the v0.28.2 binaries as well.