vijayvithal has asked for the wisdom of the Perl Monks concerning the following question:
I have written a module to write VCD (Value Change Dump) files.
There is already a module on CPAN called Verilog::VCD which reads VCD Files.
I have contacted the author(Gene Sullivan) over email to check whether I can use the namespace and create my module as Verilog::VCD::Writer, Verilog::VCD::ToVerilogStimulus etc. And he recommended seeking the wisdom of the monks regarding any confusion this can cause during indexing, or to the end user.
Is it ok to extend the Verilog::VCD namespace or should I create a new namespace e.g. HDL::VCD or Waveform::VCD and put my modules there
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with deciding on module namespace (Verilog::VCD::* ?)
by choroba (Cardinal) on May 16, 2017 at 18:42 UTC | |
by vijayvithal (Novice) on May 19, 2017 at 17:12 UTC |