home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lsi / cad / 1248 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.lsi.cad
  2. Path: sparky!uunet!think.com!rpi!batcomputer!cornell!cchase
  3. From: cchase@cs.cornell.edu (Craig Chase)
  4. Subject: Re: Parallel transistors in irsim
  5. Message-ID: <1992Dec22.232032.2088@cs.cornell.edu>
  6. Organization: Electrical Engineering, Cornell University, Ithaca NY
  7. References: <9212211416.PN26316@LL.MIT.EDU> <1992Dec22.023221.1664@cs.cornell.edu>     <BznDwt.8sz@deshaw.com> <9212221250.PN15362@LL.MIT.EDU>
  8. Date: Tue, 22 Dec 1992 23:20:32 GMT
  9. Lines: 28
  10.  
  11. killoran@ll.mit.edu (Mike Killoran) writes:
  12. >   ...
  13. >    Thanks for the patches to allow for the dynamic allocation of parallel
  14. >transistors.  Is this any better than changing MAX_PARALLEL however? (besides,
  15. >obviously, storage space)  After changing MAX_PARALLEL the complaint about
  16. >too many parallel transistors went away... and the other message (internal
  17. >error: no events but npending set) showed up.  Will your patch fix this problem?
  18. >    Mike Killoran
  19. >    killoran@ll.mit.edu
  20.  
  21. Mike,
  22. I wish I could tell you that it would, but since I have not seen the       
  23. problem (and actually have been out of VLSI circles for a couple years) I  
  24. can't say that it will.  However, if you did not patch the header file     
  25. that Christos mentioned (net.h) you could certainly be getting all sorts   
  26. of problems.  The index into the array is defined as char.  If the offset  
  27. has the 7th bit as one, it is treated as a NEGATIVE offset.  This will     
  28. screw you to no end.  It is imperative that you make it an unsigned short  
  29. or something like that.
  30.  
  31. mark
  32.  
  33.  
  34. -- 
  35. ----------------------------------------------------------------------
  36. Mark Linderman            |         Cornell University
  37. linder@ee.cornell.edu     | Department of Electrical Engineering
  38. ----------------------------------------------------------------------
  39.