in reply to Re: net hierarchy
in thread net hierarchy

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

Replies are listed 'Best First'.
Re^3: net hierarchy
by moritz (Cardinal) on Nov 08, 2011 at 09:37 UTC

    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.

      thanks.