in reply to Re^2: verilog perl usage
in thread verilog perl usage

It looks like vhier can do all the things you want to do. The script accepts filenames, just like any standard unix command. Just give it a try.
$ vhier -f file.txt --modules --input-files

Replies are listed 'Best First'.
Re^4: verilog perl usage
by Anonymous Monk on Mar 03, 2009 at 19:35 UTC
    Hi toolic I am trying to give a particular directory for vhier to search for the include directories and libraries The usage is vhier +incdir+dir. This translates to what I give on the command prompt, I am in a directory just above i2c( vhier +incdir+./i2c --modules i2c_master_top.v).this gives that it cannot find i2c. I have tried a lot of options on the command prompt like vhier --II<./i2c> and vhier +incdir+I<./i2c>. This usage is mentioned in vhier script itself(downloaded from cpan version 3.110) wonder if you could throw some light on how to give the option for the include directories.would really appreciate it. thanks for your time