FILE maximum reached!

Darren Reely darren.reely@latticesemi.com
Mon, 24 Feb 2003 11:23:56 -0800


The first thing to do is check that all of your FILE statements are 
used.  I've often found older code that has been edited often has FILE 
statements that are not referred to.  I hit this problem a few weeks ago 
and removed 3 unused files, giving 2 to spare after adding in the one 
new statement I required.

Darren


>-----Original Message-----
>From: Olmos, Fernando (Sericon at Alcoa)
>[mailto:Fernando.Olmos@alcoa.com.au]
>Sent: Sunday, February 23, 2003 10:15 PM
>To: 'powerh-l@cube.swau.edu'
>Subject: FILE maximum reached!
>
>
>I am sure you guys have come across this before countless times. My problem
>is, how do I compile a program that has reached its limit in  the number of
>possible FILE statements?
>
>I believe the max is 31 files per QUICK screen. What if you had to add
>another to make it 32?
>
>I know there is a simple solution, which I cannot remember what it was, but
>I think it involved splitting the screen into two programs. Is there
>examples of this?
>
>Cheers
>