On Mon, 2014-11-24 at 21:02 -0500, Brian Davis wrote: > On October 30, 2014, Sanjay Singh wrote: > > > > Here is my attempt to compile and run the > > tarball DLX on Windows with GHDL 0.29.1 Sokcho: > > > I would advise switching to the current ghdl-0.31-mcode-win32 build > from SourceForge. > > Download Page: > http://sourceforge.net/projects/ghdl-updates/files/Builds/ghdl-0.31/Windows/ > > Windows Install Wiki Page: > http://sourceforge.net/p/ghdl-updates/wiki/Windows%20ghdl-0.31%20install%20from%20zip/
Or indeed the even newer ghdl-0.32rc1 if you're brave enough to build from source... Brian, have you tried that one yet? If not, "hg clone" from the repo, "hg update -r ghdl-0.32" for the rc1 snapshot, and give it a go, if you have time. I just built the gcc version yesterday ... smooth except one minor niggle that won't affect the mcode build, and I hope to get a chance to test it today. So feedback on building it for Windows would be useful if time and enthusiasm allows. The main thing it adds is a fair bit of VHDL-2008 support, enough to allow OSVVM 2014-01 to run without VHDL-2002 fiddles. > ============ > Some other windows GHDL scripting examples in can be found in my > perpetually unfinished homebrew processor project: > > Switch debouncer stimulus testbench: > > https://code.google.com/p/yard-1/source/browse/trunk/hdl/common/debounce/test/ > > UART test bench: > > https://code.google.com/p/yard-1/source/browse/trunk/hdl/cores/m_uart/test/ > > I typically use batch file(s) that look like this: > ghdl -a -v --workdir=work.ghd ..\m_uart_pkg.vhd > ..\simple_baud_gen.vhd ..\m_uart.vhd m_uart_tb.vhd > ghdl -e --workdir=work.ghd testbench > ghdl -r --workdir=work.ghd testbench --wave=ghdl_sim.ghw > > -Brian Oooh, these might be useful additions to our Wiki, if you so permit... - Brian _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
