VHDL to HTML

E

Ed

Guest
Hi,

I would like to convert a lot of VHDL source files to HTML. I would like
the HTML to look the same as the VHDL source code does in the Xilinx ISE.
Can anyone recommend any programs to do such a conversion?

Thanks,
 
"Ed" <Ed@nospam.com> wrote in message
news:cd9nca$bea$1@news5.svr.pol.co.uk...
Hi,

I would like to convert a lot of VHDL source files to HTML. I would like
the HTML to look the same as the VHDL source code does in the Xilinx ISE.
Can anyone recommend any programs to do such a conversion?

Thanks,
It's okay, I've made my own program to do it. I did find one program but it
was Linux based. I needed a Windows based application (yes I know, Linux is
better than Windows).
 
What is the purpose of this exercise?

Just curious...
Don

"Ed" <Ed@nospam.com> wrote in message
news:cdb6ah$9v8$1@news8.svr.pol.co.uk...
"Ed" <Ed@nospam.com> wrote in message
news:cd9nca$bea$1@news5.svr.pol.co.uk...
Hi,

I would like to convert a lot of VHDL source files to HTML. I would
like
the HTML to look the same as the VHDL source code does in the Xilinx
ISE.
Can anyone recommend any programs to do such a conversion?

Thanks,



It's okay, I've made my own program to do it. I did find one program but
it
was Linux based. I needed a Windows based application (yes I know, Linux
is
better than Windows).
 
Ed wrote:
Hi,

I would like to convert a lot of VHDL source files to HTML. I would like
the HTML to look the same as the VHDL source code does in the Xilinx ISE.
Can anyone recommend any programs to do such a conversion?

Thanks,
ConText http://www.context.cx/
Export to HTML

HTH

Sebastian
 
Ed wrote:
I would like to convert a lot of VHDL source files to HTML. I would like
the HTML to look the same as the VHDL source code does in the Xilinx ISE.
Can anyone recommend any programs to do such a conversion?
Ed,

I use vi (vim actually) to do pretty printing of most any language. VIM
comes with a command called 2html that works great. You might have to
adjust the default colors to suit your needs.

From 'syntax.txt' here is a little blurb on how to do it:

Here is an example how to run the script over all .c and .h files from a Unix shell:
for f in *.[ch]; do gvim -f +"syn on" +"run! syntax/2html.vim" +"wq" +"q" $f; done
Change "[ch]" to "vhd" and you should be in business. Resulting files
are the same as the original with .html tagged on the end. There is a
windows version too if that's your preference at vim.org.

-m
 
Hi Ed,
Are you giving your program away?
Cheers, Syms.
"Ed" <Ed@nospam.com> wrote in message
news:cdb6ah$9v8$1@news8.svr.pol.co.uk...
"Ed" <Ed@nospam.com> wrote in message
news:cd9nca$bea$1@news5.svr.pol.co.uk...
Hi,

I would like to convert a lot of VHDL source files to HTML. I would
like
the HTML to look the same as the VHDL source code does in the Xilinx
ISE.
Can anyone recommend any programs to do such a conversion?

Thanks,



It's okay, I've made my own program to do it. I did find one program but
it
was Linux based. I needed a Windows based application (yes I know, Linux
is
better than Windows).
 
"Symon" <symon_brewer@hotmail.com> wrote in message
news:2m2qhuFif35dU1@uni-berlin.de...
Hi Ed,
Are you giving your program away?
Cheers, Syms.
Hi Symon,

I'm going to put the source code and executable on my website (it's a pretty
simple program). Currently the website is offline, but it should be backup
this week, hopefully by Friday. I'll post a message with the URL when it's
online. It also gives me time to make sure the code is bug free before I
give it away.

Regards,
 
Try beeing in touch with that guy
kevinm@papillonresearch.com
he created a hdl2html program this might help

jacky

--
Use our news server 'news.foorum.com' from anywhere.
More details at: http://nnrpinfo.go.foorum.com/
 
an other one input
http://tech-www.informatik.uni-hamburg.de/vhdl/vhdl.html
pretty printing paragraph

enjoy the utilities

jacky

--
Use our news server 'news.foorum.com' from anywhere.
More details at: http://nnrpinfo.go.foorum.com/
 

Welcome to EDABoard.com

Sponsor

Back
Top