| Commit message (Expand) | Author | Age | Files | Lines |
* | synth: add a gate on an optimization to simplify memory handling. | Tristan Gingold | 2021-06-17 | 2 | -67/+38 |
* | netlists-memories: strengthen dyn_extract mux reduction. Fix #1781 | Tristan Gingold | 2021-06-16 | 2 | -1/+52 |
* | synth: minor fixes | Tristan Gingold | 2021-06-15 | 2 | -9/+8 |
* | src/ortho/mcode/memsegs_c.c: Don't define HAVE_MREMAP on OpenBSD. | Alfred M. Szmidt | 2021-06-13 | 1 | -1/+1 |
* | vpi: handle get_value for indexed names. Fix #237 | Tristan Gingold | 2021-06-10 | 5 | -164/+411 |
* | grt-vpi: add more traces for vpi_register_systf | Tristan Gingold | 2021-06-08 | 2 | -5/+19 |
* | grt-vcd: add get_vcd_value_kind | Tristan Gingold | 2021-06-08 | 3 | -35/+47 |
* | trans-chap3: add comments | Tristan Gingold | 2021-06-07 | 1 | -2/+10 |
* | grt-vpi: improve support of arrays | Tristan Gingold | 2021-06-07 | 5 | -22/+66 |
* | grt: preliminary work to support arrays in vpi | Tristan Gingold | 2021-06-06 | 5 | -77/+142 |
* | vpi: handle integer32 signals for vpi_put_value. Fix #1779 | Tristan Gingold | 2021-06-05 | 2 | -26/+51 |
* | Fix warnings from gnatgpl 2021 | Tristan Gingold | 2021-05-30 | 2 | -2/+2 |
* | vhdl: avoid a crash on forced analysis of a erroneous name expression | Tristan Gingold | 2021-05-28 | 2 | -22/+23 |
* | vhdl-sem_stmts.adb: avoid duplicate error message | Tristan Gingold | 2021-05-28 | 1 | -0/+3 |
* | vhdl-utils: element attribute is a type mark | Tristan Gingold | 2021-05-25 | 1 | -1/+2 |
* | netlists-memories: avoid a crash on uninitialized ROM. | Tristan Gingold | 2021-05-24 | 1 | -1/+9 |
* | vhdl-scanner: improve column for scanner messages | Tristan Gingold | 2021-05-23 | 1 | -1/+4 |
* | files_map: adjust computation of column for tabs | Tristan Gingold | 2021-05-23 | 1 | -2/+1 |
* | vhdl-evaluation: add a comment | Tristan Gingold | 2021-05-22 | 1 | -0/+7 |
* | vhdl-evaluation: avoid a crash on null range for enumeration types | Tristan Gingold | 2021-05-21 | 1 | -2/+60 |
* | trans-chap6: add a comment | Tristan Gingold | 2021-05-19 | 1 | -0/+1 |
* | ortho_front: use array subtype element if indexing an array subtype. | Tristan Gingold | 2021-05-19 | 1 | -1/+4 |
* | ortho/gcc, ortho/llvm: do not allocate space for unbounded fields. Fix #1764 | Tristan Gingold | 2021-05-18 | 7 | -15/+92 |
* | vhdl-sem: handle indexed and slice names. Fix #1768 | Tristan Gingold | 2021-05-17 | 1 | -56/+42 |
* | vhdl-utils: an object alias may not have a subtype indication. Fix #1765 | Tristan Gingold | 2021-05-16 | 1 | -5/+10 |
* | vhdl: remove unused Get/Set_Alias_Declaration | Tristan Gingold | 2021-05-16 | 5 | -127/+68 |
* | trans-chap4: add comments | Tristan Gingold | 2021-05-16 | 1 | -0/+4 |
* | grt-table.adb: avoid overflow for computing memory size. For #1761 | Tristan Gingold | 2021-05-15 | 1 | -5/+8 |
* | trans-chap6: handle alias of unbounded record. For #641 | Tristan Gingold | 2021-05-13 | 1 | -1/+2 |
* | ortho: fix CFLAGS/CXXFLAGS distinction | Xiretza | 2021-05-10 | 1 | -1/+1 |
* | ortho: use LDFLAGS and prefer them over defaults | Xiretza | 2021-05-10 | 7 | -9/+8 |
* | grt/Makefile: use CFLAGS | Xiretza | 2021-05-10 | 1 | -2/+2 |
* | grt: fix warning about possible constant declaration | Xiretza | 2021-05-10 | 1 | -1/+1 |
* | netlists-disp_verilog: fix display of constants | Tristan Gingold | 2021-05-07 | 1 | -10/+20 |
* | std_names: add full and parallel case. | Tristan Gingold | 2021-05-07 | 2 | -3/+7 |
* | synth-environment: add Set/Get_Kind, Wire_Unset | Tristan Gingold | 2021-05-07 | 2 | -1/+26 |
* | netlists-cleanup: do not remove self-assigned output gate | Tristan Gingold | 2021-05-07 | 1 | -23/+30 |
* | vhdl-sem_stmts: handle aliases for force/release assignment. Fix #1751 | Tristan Gingold | 2021-05-06 | 1 | -5/+8 |
* | netlists-disp_verilog.adb: handle memidx, dyn_insert, dyn_extract. | Tristan Gingold | 2021-05-04 | 1 | -74/+14 |
* | ghdlsynth: never display a foreign module as pure vhdl | Tristan Gingold | 2021-04-28 | 1 | -2/+7 |
* | synth: add verilog output | Tristan Gingold | 2021-04-28 | 3 | -0/+1423 |
* | synth: file renaming for decls, expr, insts and stmts. | Tristan Gingold | 2021-04-28 | 14 | -45/+49 |
* | synth: use a generic version of synth-environment. | Tristan Gingold | 2021-04-27 | 18 | -363/+479 |
* | Migrate deprecated DebugLoc::get to DILocation::get | Jeroen Van den Keybus | 2021-04-27 | 1 | -4/+4 |
* | synth-insts.adb: avoid a crash after an error during instantiation. Fix #1734 | Tristan Gingold | 2021-04-23 | 2 | -1/+9 |
* | move ghwlib and ghwdump sources to subdir 'ghw' | umarcor | 2021-04-23 | 3 | -3020/+0 |
* | Makefile: add and use all.ghw, install.ghw and uninstall.ghw targets | umarcor | 2021-04-23 | 1 | -10/+0 |
* | src: Minor clarifications in Error messages for Warning and VHDL std options. | Ondrej Ille | 2021-04-22 | 1 | -4/+6 |
* | grt: Use GRTs sort for dump table. | Ondrej Ille | 2021-04-22 | 1 | -9/+19 |
* | grt-avls: optimize, disable debug check after insert | Martin Jeřábek | 2021-04-22 | 1 | -4/+4 |