tgingold

Results 223 comments of tgingold

I am OK with allowing commands without - or -- like many tools. However, if there is no command, the default can only be --help. I don't think we should...

So how to make progress on this issue ? Do you want me to add all the commands ?

ghdlcomp is for mcode while ghdldrv is for gcc/llvm; hence the overlap.

I am not sure the long form of "-c" is "--simulate". Because there are two forms of "-c": "-c .. -e" compile and elaborate "-c .. -r" compilte, elaborate and...

> Is that a technical limitation or a not implemented feature? My idea would be to support -c [options] file... - primary_unit [secondary_unit] [simulation_options...] meaning that -c is "equivalent to...

GHDL with the gcc or llvm backend creates a .o file from the vhdl file. So in your case, pkg1/pkg.vhd generates pkg.o which is then overwritten by the .o file...

Adding a hash would prevent from moving files. But adding a sanity check is doable. Thanks for the suggestion.

There is certainly work to do on wave dumps: handling unbounded types, better filters, better compression...

I think that only sanity/005examples and python/ need python. For the other tests, the python files are not used. They just come directly from the testcase. I am ok by...

We do test ghdl on a 32b architecture (ok, x86). How can I investigate the failure on armhf when I don't own such a computer ?