ghdl does not produce binaries (windows) -


i'm using ghdl studies since couple of months.

now forced use windows , tried use ghdl , gtkwave there also.

my problem is: after i've installed ghdl tried compile code. with:

ghdl -a aa.vhdl ghdl -a bb.vhdl ... ghdl -e test 

same used in linux.

but not produce ant output except of work-obj93.cf

if list

ghdl -d   

everything seems fine. executes without error message, not binary or anything.

see ghdl user guide 3.1.2 elaboration command

on gnu/linux elaboration command creates executable containing code of vhdl sources, elaboration code , simulation code execute design hierarchy. on windows command elaborates design not generate anything.

...

the actual elaboration performed @ runtime.

on windows command can skipped because done run command.

also see 1.3 ghdl?:

the windows(tm) version of ghdl not based on gcc on internal code generator.

the internal code generator version known mcode generates executable code memory array , not generate object files. there no optimization , no linking foreign object code possible.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -