CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: OReubens

Search: Search took 0.24 seconds.

  1. Replies
    4
    Views
    5,118

    Re: Creating Matrix/map for Topological sort?

    I know...
    but it doesn't really work with feedback loops.
    THere are more elaborate systems for efficiently handling those in a sim. But you won't find a lot of info on those. it tends to be very...
  2. Replies
    4
    Views
    5,118

    Re: Creating Matrix/map for Topological sort?

    a topological sort wont help you at all if you want to handle a case like an SR flip flop (which is a pretty common use for NAND gates)

    the simple solution for gate simulations is to just keep...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured