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 TouchToneTommy 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: Kriki
  • Content: Threads
  • Order by date
  1. Kriki

    counter problem

    I try to program a counter who counts the clock'edges between the signal changes. The problem is that when the the next change occours, the counter doesn't reset back to 0. Can anyone help me with that ?? process(lastdata, data, cclk, test, change, clk, i, rs) begin change <= data xor...
  2. Kriki

    Shared Variables

    Can anybody help me with shared variables ??? I want to use a counter in a subcomponent ,originally defined in the main component. What way would be the best ??? Regards, Kriki
  3. Kriki

    Phase/signal detection

    I tryed to make a program, that detects a signal and clocks it for the rest of the schematic. So i wanted to ask, if this is a usefull programm or not or what could be done better. The signal is rectangular and the Master Clock is 4 times of the data signal. CODE: LIBRARY ieee; USE...

Part and Inventory Search

Back
Top