From gt4999a@prism.gatech.edu Wed Oct 30 14:58 EST 1996
From: "><--|RJ|--><" <gt4999a@prism.gatech.edu>
Subject: Bug Fix you will need for emulator in future (fwd)
To: hamblen@ee.gatech.edu
Date: Wed, 30 Oct 1996 14:50:21 -0500 (EST)
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII
Content-Length: 2208
X-Lines: 77
Status: RO

Forwarded message:
>From gt7586b@prism.gatech.edu Tue Oct 29 21:21 EST 1996
From: John Jay Bredenberg III <gt7586b@prism.gatech.edu>
Message-Id: <199610300220.VAA04868@acmey.gatech.edu>
Subject: Bug Fix you will need for emulator in future (fwd)
To: gt4999a@prism.gatech.edu
Date: Tue, 29 Oct 1996 21:20:07 -0500 (EST)
Cc: gt7586b@prism.gatech.edu (John Jay Bredenberg III)
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII
Content-Length: 1685

Here you go guys - I'm the man....

Jay           



Forwarded message:
> From hamblen@ee.gatech.edu Wed May  1 10:04 EDT 1996
> From: James Hamblen <Jim.Hamblen@ee.gatech.edu>
> Date: Wed, 1 May 1996 10:04:18 -0400
> Message-Id: <199605011404.KAA01569@compesun2.eecom.gatech.edu>
> To: cmpe4500a@eeserv.ee.gatech.edu
> Subject: Bug Fix you will need for emulator in future
> Content-Type: text
> Content-Length: 1171
> 
> The following is used to fix clock skew problems on the emulator:
> 
> ----- Begin Included Message -----
> 
> >From hamblen@ee.gatech.edu Thu Feb  1 11:23 EST 1996
> From: James Hamblen <Jim.Hamblen@ee.gatech.edu>
> Date: Thu, 1 Feb 1996 11:23:15 -0500
> To: cmpe4510@eeserv.ee.gatech.edu
> Subject: CLOCK XNF FIX
> Cc: dao@eeserv.ee.gatech.edu, hamblen@eeserv.ee.gatech.edu
> Content-Type: text
> Content-Length: 737
> 
> I was able to edit an XNF to kill BUFGS and it seems to work.  At least
> no strange errors in browse.
> 
> STEP #1
> edit the XNF file after the syn2xnf step!
> Find BUFGS, mine looks like
> 
> SYM, U818, BUFGS, SCHNM=BUFG_F, LIBVER=2.0.0
> PIN, O, O, n1254
> PIN, I, I, CLOCK
> END
> 
> note the number after the output signal name, nxxxxx.
> Number will be different each time.
> 
> In my case it was n1254.  This runs to FF clock input lines
> 
> STEP #2
> Go back to top of file
> Do a global replace of n1254 (whatever number you get) to CLOCK.
> 
> STEP #3 
> Go back and delete the four lines with the BUFGS ...END stuff
> in the XNF file.
> 
> Repeat for RESET IBUF,  Second Clock Phase BUFGS, and for the
> UART's  BAUD_CLOCK BUFGS (if it's on one Xilinx chip would be OK as is)
> 
> 
> ----- End Included Message -----
> 
> 



