I'm reading designs on the Design compiler, but there is trouble because there are a lot of the same macros in different files. so I changed the code 'analyze -autoread -> analyze -verilog'.
I have a question. What is different between autoread and verilog?
-autoread checks dependencies and reads designs. -verilog reads in the order of the file list. But in the end, if the same file list is read, what is the reason for using autoread?