List → List Replacement

Replace items line-by-line from two lists in your Verilog snippet.

Enter Your Lists & Verilog Snippet

How to Use

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.


Example:
Left List:
old_signal
my_reg


Right List:
new_signal
my_reg_synchronized


When the snippet contains old_signal or my_reg, they will be replaced automatically by new_signal and my_reg_synchronized.