Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

net hierarchy

by kienu (Initiate)
on Nov 07, 2011 at 10:10 UTC ( [id://936462]=perlquestion: print w/replies, xml ) Need Help??

kienu has asked for the wisdom of the Perl Monks concerning the following question:

Hi guys, I am working on developing a perl code for finding the hierarchy of a net used in the code. Is there any system task which can do this function in perl or how do i go about to accomplish this. This is my first posting here hoping for lots of help and as early as possible. thanks

Replies are listed 'Best First'.
Re: net hierarchy
by moritz (Cardinal) on Nov 07, 2011 at 10:19 UTC

    I'm not sure I understood what you try to do. Do you want to find out the topology of a (local) network, ie which node is connected to which other nodes?

    If yes, I'd try a search for discover network topology, there is lots of prior art (though nothing built into Perl directly, maybe some modules exist).

    If not, please try to describe in more detail what you have, and what you want to do or find out.

      OK let me be more descriptive and make more sense. This is not for a networking application and is for an automation process for checking the connection between memories and the control registers associated with that particular memory. As there are thousands of memories in a design checking each of one these connections is a tedious process. so to automate this process of checking a perl script needs to written which should read the register information contained in file ".regs" dedicated only for control register information and check the connection with the particular memory associated with it.for doing this i need to know if there is any system task in perl which will give me the "hierarchy of the wire" *connecting* the register and memory. thank you

        There surely isn't anything in core perl that does that for you. There might be something on CPAN, but since you are more familiar with the matter than I am, your chances of finding something fitting are higher than mine.

        But since this is a rather special topic, it could very well be that such a thing doesn't exist pre-made for you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://936462]
Approved by moritz
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 07:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found