On Sunday 10 August 2008, Matt Shaver wrote:
> 1b. I can't help but think that there is (buried under the IDE) a command
> line VHDL>bit-image compiler.
Command line interface is trivial enough to allow non-interactive builds..
e.g.:
#! /bin/bash
xst -ifn ${project}.xst -ofn ${project}.syr
ngdbuild -dd . -uc ${project}.ucf ${project}.ngc ${project}.ngd
map -o ${project}_map.ncd ${project}.ngd ${project}.pcf
par -w -ol high -t 1 ${project}_map.ncd ${project}.ncd ${project}.pcf
bitgen -w -d ${project}.ncd ${project}.bit
promgen -w -u 0 ${project}.bit -p bin -o ${project}.bin
> I couldn't find it, and we probably couldn't
> redistribute it without permission, but if there is, and we could, that
> would solve the first problem with making new FPGA code if incorporated
> into the build system.
If you read the Xilinx license.txt, you will find it goes on at length
about "copyrighted material", "trade secrets", "proprietory information",
and "Intellectual Property". Section 2 make interesting reading along side
the GPL text..
I dare say Altera's software would also provide conflicts in licensing
conditions.. N.M.P.
---
Paul.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users