On 08/01/15 22:41, Kevin Thibedeau wrote: > type frequency is range 0 to physical'high units > uHz; > milliHz = 1000 uHz; > Hz = 1000 milliHz; > kHz = 1000 Hz; > MHz = 1000 kHz; > GHz = 1000 MHz; > THz = 1000 GHz; -- Up to 9.2 THz with a 63-bit positive range > end units; What is wrong with: type frequency is range 0 to 2**63 -1 units ... end units; Should be already supported. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Fri Jan 9 12:13:35 2015
This archive was generated by hypermail 2.1.8 : Fri Jan 09 2015 - 12:14:18 PST