index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
grt: optimize wave dump
Martin Jeřábek
2021-04-22
4
-11
/
+49
*
synth-vhdl_oper.adb: handle resize uns/uns. For #1731
Tristan Gingold
2021-04-21
1
-0
/
+12
*
synth-vhdl_oper.adb: adjust previous patch and test
Tristan Gingold
2021-04-21
1
-1
/
+12
*
synth-vhdl_oper.adb: handle resize sgn/sgn. Fix #1731
Tristan Gingold
2021-04-21
1
-0
/
+1
*
synth: extract synth-memtype from synth-objtypes
Tristan Gingold
2021-04-21
15
-124
/
+193
*
VHPI: improve C enum interop
Marlon James
2021-04-19
3
-66
/
+113
*
VHPI: add tracing
Marlon James
2021-04-18
2
-141
/
+706
*
Update license header
Marlon James
2021-04-18
2
-36
/
+19
*
vhdl: handle object interface using an interface type. Fix #1726
Tristan Gingold
2021-04-17
3
-4
/
+56
*
vhdl-sem_names: avoid a crash for invalid user attribute prefix. Fix #1727
Tristan Gingold
2021-04-16
1
-1
/
+2
[prev]
[next]