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 sa007jbond

  1. S

    VHDL code for 74hc4094

    I am looking for a VHDL code for 74hc4094, for example as i have for 74HC595... LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY C595 IS PORT( SRCK, SRCLRN, RCK, GN, SER: IN std_logic:='U'; QA, QB, QC, QD, QE, QF, QG, QH, QHH: OUT std_logic); end C595...
  2. S

    REQ simple CPLD VHDL core for usb to 8 bit port

    Wanted simple CPLD VHDL core for usb to 8 bit port. RGDS
  3. S

    Looking for some VHDL examples to practice

    Re: VHDL examples -- examles of 74xx00 LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY C00 IS PORT( P1A, P1B, P2A, P2B, P3A, P3B, P4A, P4B: IN std_logic:='U'; P1Y, P2Y, P3Y, P4Y: OUT std_logic); end C00; ARCHITECTURE behav OF C00 IS begin P1Y <= P1A nand...
  4. S

    How to simulate VHDL code that write an output to a screen?

    Re: VHDL Questions > 1- how to simulate VHDL code that write an output to a screen? - With VHDL simulator, Modelsim or some alike ... > 2- what is the importance of that code - for any code is importance to being simple > and how it can be used practically? - With software Altera Quartus...
  5. S

    What is the best LINT for Linux C/C++?

    best lint for linux Hi, Which is best LINT for Linux C/C++? Regards
  6. S

    Error[0]: Format chosen cannot support banking

    Hi, I am try to make program banking with IAR compiler, but I have one linker error: Error[0]: Format chosen cannot support banking. Whot is wrong? Rebuilding target Release... bank1.c bank2.c bank3.c bank4.c main.c Linking... Error[0]: Format chosen cannot support banking Total...
  7. S

    Public Xilinx FTP server

    xilinx ftp download Hi, **broken link removed**
  8. S

    Problem with generating NC code in Alpha Cam

    licom alfa cam Hi, Is any body to work with Alpha Cam (www.licom.com) ? I have problem with generate NC code. Regards
  9. S

    best IDE for Xindows under linux

    Hi all, I locking for good/best GCC IDE for Xindows under linux, similar Visual or borland C/CPP. Any sugestion is well come. Thanx
  10. S

    VHDL codes for the standart(74hc373,74hc245.. etc) logic fam

    Here is some TTL vith architecture behavioural Regards 8)
  11. S

    Is it possible to make some CPU with VHDL in CPLD?

    VHDL CPU src for CPLD Hi, Is possible make some CPU with VHDL in CPLD? Which CPU have smalest code for fit in CPLD or some smoller chip? Regards
  12. S

    Simple PCI card with multi I/O port

    Hi, Which is best way to develop simple PCI card with multi I/O port. I wanted sch, source in C for read and write port on PCI, VHDL source for CPLD or FPGA and other ... Where found some similar project? Regards
  13. S

    Looking for C library source codes

    Re: c library source https://www.delorie.com/djgpp/
  14. S

    Which EPROM emulator would you suggest?

    Hi, Who have experience which eprom emulator is relay good and information where I can get or buy it. I need for 8 bit only and for 8 and 16 bit eproms. Reagards
  15. S

    Read and write port under XP from DOS window using DJGPP

    hal + writeport Hi, I use BC 3.1 and DJGPP for DOS programming, for READ/WRITE port I use this two functions: int inp(unsigned portid); int outp(unsigned portid, int value); This don't work under windows XP. Is possible READ and WRITE port from DOS window under Windows XP and how...

Part and Inventory Search

Back
Top