Replace items line-by-line from two lists in your Verilog snippet.
1. In the Left List, list items to find (one per line).
2. In the Right List, list the corresponding replacements (one per line).
3. Paste your Verilog snippet in the Verilog Snippet area.
4. Click Map Lists to apply line-by-line replacements.
old_signal
my_reg
new_signal
my_reg_synchronized
old_signal
or
my_reg
,
they will be replaced automatically by
new_signal
and
my_reg_synchronized
.