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 75 sinfocia

  1. 7

    Can I trust it completely?When pins are auto assigned.

    After my EPM7128LC84-6 was auto assigned pins ,I found that the 84th pin(INPUT/OE1) was assigned as a 'in' pin. The 1st pin(INPUT/GLCRn) and the second pin(INPUT/OE2) were 'GND'.What should i do,trust them or amend them? :oops:
  2. 7

    Who can tell me what difference of them? (VHDL)

    signal rd,dr : std_logic; ad_bus,ram_bus : inout; :cry: 1. process(rd) ---- right. begin if (rd='0' and dr='1') then ad_bus_out<=ram_bus; else ad_bus_out<="ZZZZZZZZ"; end if; ad_bus<=ad_bus_out; end process; 2. process(rd) ---- error. begin if...

Part and Inventory Search

Back
Top