Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by fatihtir1

  1. F

    [SOLVED] bus driving problem..

    Hello, I use picoblaze for sram read/write operations. I see a problem in simulation of sram_ad writing (below code). 16th bit of Sram_ad ( sram_ad(16) ) is seen as X in the simulation, no problem for the other bits. But i drive out_port to all bits of sram_ad by using 3 ports. What is, do you...
  2. F

    bidirectional bus problem

    Hello all, Could you please tell me the difference between two lines below: sram_da <= write_data when (sram_read='0') else "ZZZZZZZZZZZZZZZZ"; sram_da <= "ZZZZZZZZZZZZZZZZ" (sram_read='1) else write_data; I used the first line for reading from sram, but simulation didn't showed expected...

Part and Inventory Search

Back
Top