home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / vhdl / 631 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  995 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uwm.edu!rutgers!ub!dsinc!cs.widener.edu!icf.hrb.com!wff
  2. From: wff@icf.hrb.com (W. Figurelle)
  3. Newsgroups: comp.lang.vhdl
  4. Subject: Questions on I/O
  5. Message-ID: <1993Jan8.093151.19905@icf.hrb.com>
  6. Date: 8 Jan 93 14:31:50 GMT
  7. Organization: HRB Systems, Inc.
  8. Lines: 16
  9.  
  10. I'm currently writing a test bench for a model and I have a couple
  11. of questions.
  12.  
  13. 1) Does VHDL have any hooks provided to take in user input during
  14.    run time? (Ex. prompting for information)
  15.  
  16. 2) If (1) is possible, is there a way to prompt the user for a
  17.    filename, and then use this in a file object declaration?
  18.    (Ex. FILE myfile:text IS IN input_variable_name)
  19.    I've only seen hardcoded or generic map implementations of this.
  20.  
  21. The reason for these questions is that I want to write only one test
  22. bench, and then use this test bench for multiple input stimulus files.
  23. I know there are ways around this, but I want something efficient.
  24.  
  25. Thanks in advance 
  26.