For Verilog code samples, try downloading some of the cores off of OpenCores.org.
In short and simple terms, they differ syntatically, but serve basically the same design niche. VHDL is more structured, organized, & wordy, Verilog is more cryptic and less structured (but not too much so). In a sense, VHDL is more like Pascal, Verilog is more like C. Note that both Pascal & C (like VHDL and Verilog) serve the same design purpose. Some would say that VHDL is slightly "higher level" than Verilog, and that Verilog is slightly "closer to gates" than VHDL. As a practical matter, these distinctions are not relevant to the ordinary designer. You won't notice a bit of difference w.r.t. the power of the language in your project. For more info, I suggest Googling up the comp.lang.vhdl or comp.lang.verilog FAQs. Stuart > > Where can I see a sample of Verilog code. In simple terms and short how > do the two differ? I read some V vs V messages a few secs ago but > without knowing Verilog it's hard to agree with one or the other. > > Eric > > > > > > If you can switch to Verilog, then Icarus Verilog rocks -- I've used > > it to do a couple of small-to-mid sized projects. > > > > As for a waveform viewer, GTKWave is the tool of choice, IMHO: > > > > http://www.cs.man.ac.uk/apt/tools/gtkwave/ > > > > Stuart > > > > > > > > > > Can someone recommend a open source VHDL compiler that they like using. > > > I have to simulate a control unit on a processor and I also need a way > > > to print out the output of the different timing signals. I currently use > > > vsim (mentor graphics) on the school server but I will be traveling over > > > the holiday and without a network connection plus you can only spend so > > > much time with your family. > > > > > > Thank you. > > > > > > -- > > > Eric N. <[EMAIL PROTECTED]> > > > > > > > -- > Eric N. <[EMAIL PROTECTED]> > >
