|
From: Alec P. <al...@ma...> - 2000-08-15 03:34:04
|
Hi Al, On Thu, 10 Aug 2000, Al Arduengo wrote: >1: Delays used in gate instantiations must be of the form #(h,l). Is it >not possible to use simply #d? Fixed. I'll update the CVS as soon as possible (and i hope to build a release at sourceforge). > >2: When defining modules that use primitives, I cannot seem to do it >without provoding an identifier. ie >Any suggestions or is this feature not available? Hm, it seems like ive overlooked this sittuation, and it may take some more time to fix it (all the code was written having in mind the assumption that everything has some name). But it can be done within a few days. > >3: Are compiler directives allowed? ie I cannot seem to use the >`timescale directive. > No, the 'timescale (as everything related to time (including the time type)) isnt implemented yet. But other directives, as 'include, etc are available (and hopefully working :) >Regards, >-Al >-- Have fun, Alec. |