[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  Schedule::Load
  SVN::S4
  Synopsys-modes
  SystemPerl
  Verilog-Pli
  Voneline
  Vregs
General Info
  Papers

How to use $self->autos in Verilog::Netlist::Module

Added by Shareef Jalloq about 2 years ago

I noticed in the documentation that it should be possible to update the AUTO's in a module. I tried using $self->autos but I get an error, "Can't locate object method "autos" via package "Verilog::Netlist::Module" at ...".

My library location is non-standard so I'm using, "use lib /path/to/lib", to point to the correct location. Do I need to do any similar setup for the AUTO's functionality or have I misunderstood the use of AUTO's in this situation?

Thanks.


Replies (2)

RE: How to use $self->autos in Verilog::Netlist::Module - Added by Wilson Snyder about 2 years ago

The only autos are the SystemPerl autos, not the Verilog autos.

Sorry if the Verilog-Perl documentation suggests otherwise. Where did you see it? I'll fix it.

RE: How to use $self->autos in Verilog::Netlist::Module - Added by Shareef Jalloq about 2 years ago

OK, my mistake. I just saw AUTO's mentioned and assumed you'd merged in the functionality from verilog-mode.

The man pages you have in the documentation area talk about AUTO's but don't specify what they are.

Thanks.

(1-2/2)