home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / vhdl / 526 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.1 KB  |  48 lines

  1. Newsgroups: comp.lang.vhdl
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!sh.wide!ascwide!ascgw!gctgw!dave
  3. From: dave@gctech.co.jp (Dave)
  4. Subject: Are there pub-domain VHDL compilers?
  5. Message-ID: <DAVE.92Nov11174608@gctgw.gctech.co.jp>
  6. Sender: news@gctech.co.jp
  7. Organization: GC Technology
  8. Distribution: comp
  9. Date: Wed, 11 Nov 1992 08:46:08 GMT
  10. Lines: 36
  11.  
  12. Are there public domain VHDL compilers?
  13.  
  14. When I'm hacking out a new bus protocol, I usually use a tiny C package I
  15. wrote that inputs and outputs activities on nodes in a "Logio" format that
  16. looks something like this:
  17.  
  18. Sequence: D Flip Flop
  19. Time:    0.0
  20. D:    0
  21. !RST:    1
  22. CLK:    0
  23. Time:    1.0
  24. CLK:    1
  25. Time:    1.1
  26. Q:    0
  27. !Q:    1
  28. Time:    2.0
  29. CLK:    0
  30. D:    1
  31. Time:    3.0
  32. CLK:    1
  33. Time:    3.1
  34. Q:    1
  35. !Q:    0
  36.  
  37. ... and so on.  This format is easy to display and debug with a simple
  38. text-based display program.  Thus I can throw together stuff no matter
  39. where I am, without resorting to a pencil (which I don't remember how to
  40. use) and in spite of the fact that I'm too poor to buy a CAD tool.  But I
  41. do wish that I could use VHDL instead of C.
  42.  
  43. Does anything like this exist?
  44.  
  45. Dave
  46.  
  47.  
  48.