Dr. Douglas Lyon wrote: > Hi All, hi ! > My students often have macs that cannot run GHDL. > I have not been able to help the students with this, > as I cannot get my own mac to run GHDL. Now I understand
> Another solution > Create a portal capable of running GHDL applications over the web. > A secure, web based GHDL application portal that allows researchers > to upload code, run applications and visualize results. this makes sense. > The question of implementation is another matter. Perl script on a text box > will not give people a proper editor. A java script editor for hosting > VHDL sounds wrong-headed, for so many reasons. > > Perhaps an RMI interface on a JEDIT deployed web-start application? > I don't know. Any ideas? A good linux server, with Apache+PHP (for upload, download and build operations) and a ssh for the little delicate operations. Since GHDL is primarily console based, the stdout of the simulation can be sent to the web browser as well as "|tee logfile". What I am aiming at is a bit different, but these two approaches are complementary, and can use common tools and techniques. > Thanks! > - DL good luck, yg -- http://ygdes.com / http://yasep.org _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
