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: *

  1. fjodorr

    Type mismatch problem

    You must typecast them. U can use ready function like to_integer(unsigned( google it and you will find good guides
  2. fjodorr

    ghdl: no definition for "and" and "or" operator

    You making the wrong use of "and" and "or" and confuse the use of vectors and bits. For row0 that is a vector u must use "&" like (not D(3) & not D(2) ) and so on. For your output you use vectors where there should be bits. Y(3) <= '0' or row8(somebit) or rowD(somebit) or row3(somebit); Do...
  3. fjodorr

    Ford Tail lights VHDL program

    Please post what you wan´t help with. It´s not so simple for me to understand what a Ford tail light program does. I´ll help you on the way if you post what you have written so far.
  4. fjodorr

    =&gt; and &lt;=

    Hi! If you assign a value you use: A <= B; --Then A will get the value of B, "<=" will produce a flip-flop. => you use in example: port map(clk => clk)
  5. fjodorr

    A new project

    Please post the compiler error report

Part and Inventory Search

Back
Top