Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xyz987
  • Content: Threads
  • Order by date
  1. xyz987

    architectures.

    Could anyone tell me what a functional architecture is and how it is different from the behavioral architecture? As of my understanding. the only diff. b/w a func. and a beh. arch. is that, beh. arch. has delay associated with but a funct. arch. does not. But I have a problem in which it is...
  2. xyz987

    std_uloigc_vectors?

    What do I do if I want to add two std_ulogic_vectors? I'm not able to use a std_ulogic_vector array with operators like '+', '-' etc..
  3. xyz987

    structural arch. for combinational ckt. - help pls.

    Could anyone gimme code for SR flip flop? i.e., its a combinational circuit. How do i write a structural architecture for an SR flip flop which is composed of 2 NOR gates. My major problem in writing code for this is, the state transition table. i.e., when the present state and the inputs are...
  4. xyz987

    trap exits in a process

    With multiple processes in my code, can and how do I find within one process, when all other processes exit?
  5. xyz987

    Report at Exit

    How do i give a report statement which should be printed only at the exit. i.e., I want to give a report statement in a testbench to indicate finally that the whole test was succesful.
  6. xyz987

    enumeration types

    when I declare a new enumerated type, where shud I do it? before the architecture or b4 the entity definition or inside the architecture? Thanks
  7. xyz987

    probem with entry

    I am just a beginner trying to learn Tcl/Tk. Y am i getting error when I use entry ? label or buttons dont give me any error

Part and Inventory Search

Back
Top