Modeslsim VHDL library distribution

This is a discussion on Modeslsim VHDL library distribution within the vhdl forums in Programming Languages category; Hi All, Does anybody know the best way of distributing modelsim libraries, keeping the VHDL source code private? Obviously I can distribute a precompiled library, compiled with the - nodebug switch, but AFAIK the library format can and does change between Modelsim releases. This means I will need to distribute a precompiled library for every release i want to support, on each platform. The other alternative i thought of was to write a program that has the source code embedded (in encrypted format) and invokes vcom at the command line. The problem with this is that the source will need ...

Go Back   Application Development Forum > Programming Languages > vhdl

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-13-2008, 04:01 AM
Rob
Guest
 
Default Modeslsim VHDL library distribution

Hi All,

Does anybody know the best way of distributing modelsim libraries,
keeping the VHDL source code private?

Obviously I can distribute a precompiled library, compiled with the -
nodebug switch, but AFAIK the library format can and does change
between Modelsim releases. This means I will need to distribute a
precompiled library for every release i want to support, on each
platform.

The other alternative i thought of was to write a program that has the
source code embedded (in encrypted format) and invokes vcom at the
command line. The problem with this is that the source will need to be
written to a file in the clear for vcom to operate on.

Any help would be appreciated.

Cheers
Rob
Reply With Quote
  #2  
Old 08-13-2008, 05:29 AM
Kim Enkovaara
Guest
 
Default Re: Modeslsim VHDL library distribution

Rob wrote:
> Obviously I can distribute a precompiled library, compiled with the -
> nodebug switch, but AFAIK the library format can and does change
> between Modelsim releases. This means I will need to distribute a
> precompiled library for every release i want to support, on each
> platform.


Newer version of Modelsim can always update the older database version,
but of course not the other way. The commands are "vcom -refresh" and
"vlog -refresh". And the compiled format is platform independent if
the platforms have same amount of bits (32/64b difference).

> The other alternative i thought of was to write a program that has the
> source code embedded (in encrypted format) and invokes vcom at the
> command line. The problem with this is that the source will need to be
> written to a file in the clear for vcom to operate on.


With verilog code there would be more options for native code
encryption in recent Modelsim versions.

--Kim
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 05:20 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.