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
*
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
*
synth: renaming (synth-heap -> synth-vhdl_heap)
Tristan Gingold
2021-04-16
5
-11
/
+11
*
synth: renaming (synth-static_proc -> synth-vhdl_static_proc)
Tristan Gingold
2021-04-16
3
-6
/
+6
*
synth: refactoring (synth.files_operations -> synth.vhdl_files)
Tristan Gingold
2021-04-16
6
-11
/
+11
*
synth: renaming (synth.oper -> synth.vhdl_oper)
Tristan Gingold
2021-04-16
4
-11
/
+11
*
synth: refactoring (synth.aggr -> synth.vhdl_aggr)
Tristan Gingold
2021-04-16
3
-7
/
+7
*
synth: rename synth-context to synth-vhdl_context
Tristan Gingold
2021-04-16
16
-25
/
+25
*
vhdl: also allow type and subtype declarations in vunit. For #1724
Tristan Gingold
2021-04-15
2
-0
/
+4
*
synth: avoid crash in case of non-elaboratable generic.
Tristan Gingold
2021-04-15
2
-4
/
+10
*
vhdl-canon_psl: handle imp_bool
Tristan Gingold
2021-04-15
1
-2
/
+3
*
vhdl: handle constant declarations in PSL vunit. Fix #1724
Tristan Gingold
2021-04-15
2
-0
/
+2
*
trans-chap9: handle N_Imp_Bool for PSL. For #1721
Tristan Gingold
2021-04-13
1
-0
/
+21
*
psl: suffix implication are properties (for simple subset). For #1721
Tristan Gingold
2021-04-13
3
-6
/
+5
*
vhdl-sem_psl.adb: can also extract clock from SERE. For #1721
Tristan Gingold
2021-04-13
1
-1
/
+5
[next]