home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / ANWEND / CLA_V2 / DOC / BUGLIST next >
Text File  |  1998-09-26  |  3KB  |  62 lines

  1. BUG LIST FOR CLA v2 
  2. =================== 
  3. additions to craig.graham@newcastle.ac.uk 
  4.  
  5. [18/7/93] 
  6. o The Logic Analyser Window has an intermitent display bug when updating 
  7.   as a background window in interactive simulation mode. 
  8.   I know what the problem is, but haven't got time to fix it yet. 
  9.  
  10. o There is a bug in the delete component routine but it doesn't show up 
  11.   often (but when it does it sh*ts on your design real bad). Haven't 
  12.   managed to characterise it yet - anyone who can please get in touch. 
  13.    *** [21/3/94] I think I've got this one licked now - it was a problem 
  14.    ***           with the merge routines not re-mapping link ID's from inside 
  15.    ***           blocks...... 
  16.  
  17. [20/7/93] 
  18. o The majority of the logic levels available from the Word Generator do 
  19.   nothing (HLZX) - sorry, they're there in readiness for the next release 
  20.   (I'm working on a more complex simulator at the moment that supports 
  21.   these but is to buggy to release right now). 
  22.  
  23. [1/9/93] 
  24. o At present the screen is double buffered - this means that if you are 
  25.   going to run CLA in a high graphics mode then you need a LOT of 
  26.   memory. To get an idea of the scale of this problem, 800*600*8bit mode 
  27.   on my 4 Meg Falcon (with NVDI loaded but GDOS turned off) will only 
  28.   allow circuits up to 9400 gates to be drawn....this ceases to be a 
  29.   problem in lower graphics modes (800*600*1bit, etc). 
  30.   The double buffering could be made switchable if anyone wants me to, 
  31.   this makes scrolling interactive mode simulation a lot slower but will 
  32.   be easy enough to implement. 
  33.  
  34. [14/11/93] 
  35.  
  36. o CLA doesn't work in Falcon True colour mode - I'm not sure why.....it's a 
  37.   problem with the way the blit buffer is calculated I think...vqt_extend 
  38.   only returns a valid number of colours up to 32000(ish) & True colour mode 
  39.   has more......solutions on a postcard please. 
  40.  
  41. [25/11/93] 
  42.  
  43. o There is a bug which can result in the system hanging - don't know why yet. 
  44.    *** [November 94] : I think I've got this one now - it was calling 
  45.    *** form_alert with the mouse button down, which hangs some TOS versions. 
  46.  
  47. [3/2/94] 
  48. o NVDI off-screen bitmaps conflict with SpeedoGDOS. So I've put a detect in 
  49.   which will disable OSBM's when Speedo is loaded - at least until I've got 
  50.   my head round using MEMORY.SYS for OSBM support under Speedo. 
  51.  
  52. o Text Labels for rotated objects are not handled correctly by the GDOS 
  53.   output system - they aren't rotated to match the on-screen display. 
  54.    ** Only if you are using CLA vector fonts instead of GDOS ones. 
  55.  
  56. [15/4/94] 
  57. o Bulbs don't print out from GDOS. 
  58. o CLA crashes when you open a file selector on a TT in 24bit colour under Mag!X. 
  59.   I think this is connected to the screen buffering (a similar error to using 
  60.   falcon 16-bit per pixel mode). Solution - don't use 24bit colour mode (you 
  61.   don't need it in CLA anyway).
  62.