Added -no_dump_ptr flag for AST dump options in 'read_verilog'
authorUdi Finkelstein <github@udifink.com>
Thu, 23 Aug 2018 12:19:46 +0000 (15:19 +0300)
committerUdi Finkelstein <github@udifink.com>
Thu, 23 Aug 2018 12:26:02 +0000 (15:26 +0300)
commit042b3074f8096212b3f2114d353b2ec75818810b
tree6009afca8f1bc2257770d877c56cfbe449e6e328
parent408077769ff022f78f10ec1ffb60926361f8dc9f
Added -no_dump_ptr flag for AST dump options in 'read_verilog'
This option disables the memory pointer display.
This is useful when diff'ing different dumps because otherwise the node pointers
makes every diff line different when the AST content is the same.
frontends/ast/ast.cc
frontends/ast/ast.h
frontends/verilog/verilog_frontend.cc