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 IamaSherpa 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: IKP
  • Order by date
  1. IKP

    ModelSim/bidirectional Ports

    Thank you for the explanation. That was the correct tip.Now I can simulate it with modelsim. Chris
  2. IKP

    ModelSim/bidirectional Ports

    Hello, i'm new in VHDL and in simulation with ModelSim and it is the first time that i post something to a forum. I have a problem to simulate in ModelSim InOut Ports: For example: process(clk1) begin if clk1'event and clk1='1' then if wrreq='1' then temp<=R; elsif rdreq='1' then...

Part and Inventory Search

Back
Top