i want to restrict first character '\' on objects' name. Through I used following naming rule, the objects name still have first character '\'. Why? how to resovle it?
I think that -first_restricted will not go with the command "define_name_rules verilog".. I am not very sure with that... anyways.. try "define_name_rules verilog -help" for more options that goes with that command..
May be you can use the two diffrent naming rule one with restrict option one with the allow options.first apply restrict rule and then allowed rules.after that if you write out the tool will remove the "\" from your design.