aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pyGHDL: fix formattingTristan Gingold2021-06-171-0/+1
* pyGHDL: add Get_Character to name_table.pyTristan Gingold2021-06-161-2/+15
* testsuite/synth: add test for #1781Tristan Gingold2021-06-168-0/+416
* netlists-memories: strengthen dyn_extract mux reduction. Fix #1781Tristan Gingold2021-06-162-1/+52
* synth: minor fixesTristan Gingold2021-06-152-9/+8
* testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed.Tristan Gingold2021-06-1318-45/+59
* testsuite/vpi: Don't use C99 declerations in loops.Alfred M. Szmidt2021-06-134-4/+8
* configure: use macosx mcode configuration files for OpenBSD x86Tristan Gingold2021-06-131-3/+3
* testsuite/testsuite.sh: Go through /usr/bin/env to figure out where bash is.Alfred M. Szmidt2021-06-131-1/+1
* src/ortho/mcode/memsegs_c.c: Don't define HAVE_MREMAP on OpenBSD.Alfred M. Szmidt2021-06-131-1/+1
* configure: Add checks for OpenBSD.Alfred M. Szmidt2021-06-131-0/+2
* testsuite/synth: add a test for #1780Tristan Gingold2021-06-123-0/+120
* testsuite/gna: add reproducer for #237Tristan Gingold2021-06-103-0/+186
* vpi: handle get_value for indexed names. Fix #237Tristan Gingold2021-06-105-164/+411
* grt-vpi: add more traces for vpi_register_systfTristan Gingold2021-06-082-5/+19
* grt-vcd: add get_vcd_value_kindTristan Gingold2021-06-083-35/+47
* trans-chap3: add commentsTristan Gingold2021-06-071-2/+10
* grt-vpi: improve support of arraysTristan Gingold2021-06-075-22/+66
* grt: preliminary work to support arrays in vpiTristan Gingold2021-06-065-77/+142
* testsuite/gna: add a reproducer for #1779Tristan Gingold2021-06-053-0/+174
* vpi: handle integer32 signals for vpi_put_value. Fix #1779Tristan Gingold2021-06-052-26/+51
* Fix warnings from gnatgpl 2021Tristan Gingold2021-05-302-2/+2
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-282-0/+22
* vhdl: avoid a crash on forced analysis of a erroneous name expressionTristan Gingold2021-05-282-22/+23
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-282-0/+10
* vhdl-sem_stmts.adb: avoid duplicate error messageTristan Gingold2021-05-281-0/+3
* testsuite/gna: remove trailing CR in issue#1771Tristan Gingold2021-05-272-30/+30
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-263-0/+111
* ieee2008: backport fixed_generic_pkg-body changes from opensource.ieee.orgTristan Gingold2021-05-261-2/+2
* testsuite/gna: add tests for #1772Tristan Gingold2021-05-254-0/+79
* vhdl-utils: element attribute is a type markTristan Gingold2021-05-251-1/+2
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-241-0/+7
* testsuite/synth: add tests for previous commitTristan Gingold2021-05-243-0/+49
* netlists-memories: avoid a crash on uninitialized ROM.Tristan Gingold2021-05-241-1/+9
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-242-0/+43
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-233-0/+39
* vhdl-scanner: improve column for scanner messagesTristan Gingold2021-05-231-1/+4
* files_map: adjust computation of column for tabsTristan Gingold2021-05-232-4/+3
* vhdl-evaluation: add a commentTristan Gingold2021-05-221-0/+7
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-222-0/+9
* vhdl-evaluation: avoid a crash on null range for enumeration typesTristan Gingold2021-05-211-2/+60
* testenv.sh: allow additional package files for synth_tb. For #1675Tristan Gingold2021-05-211-3/+4
* Add option to compile UVVM Wishbone VIP.Patrick Lehmann2021-05-192-1/+11
|\
| * Add option to compile UVVM Wishbone VIP.MichaƂ Kruszewski2021-05-192-1/+11
* | trans-chap6: add a commentTristan Gingold2021-05-191-0/+1
* | ortho_front: use array subtype element if indexing an array subtype.Tristan Gingold2021-05-191-1/+4
* | testsuite/gna: add a test for #1764Tristan Gingold2021-05-183-0/+145
* | ortho/gcc, ortho/llvm: do not allocate space for unbounded fields. Fix #1764Tristan Gingold2021-05-187-15/+92
* | testsuite/gna: add a test for #1768Tristan Gingold2021-05-174-0/+70
* | vhdl-sem: handle indexed and slice names. Fix #1768Tristan Gingold2021-05-171-56/+42