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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by smcallis

  1. smcallis

    VHDL Asynchronous Reset Not Working!

    Actually, I found out there's a HUUUUUGGGGEEE bug in Xilinx ISE 7.1 wherein the JEDECs for several of their CPLDs aren't correctly generated, I applied a patch and it works fine now....grrrrr.
  2. smcallis

    VHDL Asynchronous Reset Not Working!

    entity FIVEMHZ_TO_ONEMHZ is port (A_Reset, CLKIN : in std_logic; Output : out std_logic); end entity FIVEMHZ_TO_ONEMHZ; architecture BEH of FIVEMHZ_TO_ONEMHZ is signal A, B, C : std_logic; begin update : process (A_Reset, CLKIN) begin if A_Reset = '1' then...
  3. smcallis

    Samba 3.0.10 Protection Fault Under XP

    I'm trying to get printer sharing setup with Samba, I got the server setup and I can connect and see the printers and shares. When I install the printer, I go to properties and I get a protection fault, if I try to print to it, whatever program I'm using crashes. However, windows creates "Auto"...

Part and Inventory Search

Back
Top