Is there any tool which will generate verilog RTL code which passes through the particular testbench? i.e. go from testbench to RTL
Is there any way to do it.
Is there any tool which will generate verilog RTL code which passes through the particular testbench? i.e. go from testbench to RTL
Is there any way to do it.
No, I don't think that exists nor is it a good idea in my opinion for the following reasons to name a few:
There's probably many more.
However what I think you are looking for (in a more general sense) is something that converts truth tables into boolean expressions, and from there you can write Verilog with that if you want to.
BUT PLEASE DO NOT WRITE VERILOG IN THIS WAY THIS IS NOT WHAT TESTBENCHES ARE FOR
Try not to automatically generate any code unless you are using things like Megafunctions.