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.
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...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.