Hi Everyone,
When reading verilog (read_hdl -sv), first file is common variable definitions (like `define and localparam). There is no problem loading this file, however when loading the actual RTL design it cannot recognize the mentioned above variables (Error - undeclared).
If the same variable definitions file added to RTL as `include it works, but there are too many RTL files and I have no permission to modify them.
Any idea what could the issue with loading it by (read_hdl -sv)?
Thanks a lot!
Boris