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
*
synth-vhdl_oper: implement <= for arrays. Fix #1991
Tristan Gingold
2022-03-02
2
-7
/
+19
*
elab-vhdl_expr.adb(exec_name_subtype): handle indexed names. Fix #1986
Tristan Gingold
2022-03-02
1
-0
/
+8
*
vhdl-sem_decls: allow out/inout parameters to impure function in VHDL-2019
Xiretza
2022-03-01
1
-3
/
+15
*
vhdl-sem_types: allow methods to return file and protected types in -2019
Xiretza
2022-03-01
1
-1
/
+3
*
vhdl-sem_types: allow file and protected type access types in -2019
Xiretza
2022-03-01
1
-7
/
+12
*
Add --std=19
Xiretza
2022-02-28
7
-5
/
+16
*
Prepare for release 2.0.0
Tristan Gingold
2022-02-28
1
-1
/
+1
*
ortho/mcode: relax assertion (and fix debug code). Fix #1980
Tristan Gingold
2022-02-26
2
-2
/
+6
*
trans-chap6.adb: fix minor typing issue
Tristan Gingold
2022-02-26
1
-2
/
+11
*
vhdl-sem_psl.adb: don't crash on overload in HDL expr. Fix #1979
Tristan Gingold
2022-02-24
1
-2
/
+12
*
synth: fix handling of record constraints in subtype. Fix #1961
Tristan Gingold
2022-02-22
2
-5
/
+28
*
elab-vhdl_values.adb: fix a typo. Fix #1968
Tristan Gingold
2022-02-18
1
-2
/
+2
*
synth-vhdl_oper: handle to_unsigned with an unsigned for size. Fix #1977
Tristan Gingold
2022-02-17
1
-27
/
+30
*
synth: properly propagate bound errors. Fix #1972
Tristan Gingold
2022-02-17
4
-16
/
+38
*
synth-vhdl_oper: handle bit condition operator. Fix #1971
Tristan Gingold
2022-02-16
1
-1
/
+2
*
synth-vhdl_aggr: fix mismatch. Fix #1962
Tristan Gingold
2022-02-05
1
-1
/
+6
*
synth: fix handling of std_logic_unsigned."-" for negative numbers.
Tristan Gingold
2022-01-18
1
-8
/
+12
*
errorout-console: check for TERM=dumb for colorize autodetect. Fix #1950
Tristan Gingold
2022-01-17
1
-14
/
+30
*
synth: adjust handling of subprogram calls in package instantiation. Fix #1947
Tristan Gingold
2022-01-16
1
-3
/
+14
*
synth: do not annotate generic types in package. Fix #1949
Tristan Gingold
2022-01-15
2
-12
/
+23
*
vhdl: add comments
Tristan Gingold
2022-01-15
1
-1
/
+6
*
synth: handle macro-expanded package body. Fix #1948
Tristan Gingold
2022-01-14
3
-6
/
+16
*
synth: handle alias of alias. Fix #1945
Tristan Gingold
2022-01-12
1
-2
/
+15
*
synth: refine handling of interface type. Fix #1944
Tristan Gingold
2022-01-10
2
-8
/
+22
*
trans-chap2.adb: handle Kind_Component in Copy_Info. Fix #1943
Tristan Gingold
2022-01-09
1
-1
/
+8
*
vhdl-sem_types: handle record in reparse_as_array_constraint. Fix #1934
Tristan Gingold
2022-01-09
1
-0
/
+3
*
synth: ignore use clauses in finalization Fix #1942
Tristan Gingold
2022-01-05
1
-0
/
+2
*
synth: handle package instantiation in declarations. Fix #1938
Tristan Gingold
2022-01-03
4
-1
/
+12
*
vhdl-sem_decls: copy subtype indication also for files. Fix #1936
Tristan Gingold
2021-12-28
1
-0
/
+3
*
dyn_maps: add Get_Index_Soft.
Tristan Gingold
2021-12-28
2
-12
/
+50
*
synth: add assertions
Tristan Gingold
2021-12-19
1
-0
/
+4
*
ghdldrv: fix crash due to double initialization
Tristan Gingold
2021-12-19
2
-2
/
+3
*
synth: handle interface type in generics. For #412
Tristan Gingold
2021-12-15
4
-28
/
+49
*
mcode: generate and register .eh_frame on linux x86/64
Tristan Gingold
2021-12-14
14
-11
/
+179
*
ghdldrv: handle generic overrides on foreign units
Tristan Gingold
2021-12-13
4
-50
/
+75
*
vhdl-sem_expr.adb: avoid a crash after forced analysis
Tristan Gingold
2021-12-13
1
-1
/
+2
*
Fix opening files relative to the current vhdl
Matt Johnston
2021-12-07
1
-0
/
+2
*
synth: add --latches option to enable latches. Fix #938
Tristan Gingold
2021-12-06
3
-1
/
+11
*
vhdl-sem.adb: fix incorrect check for conformance rules
Tristan Gingold
2021-12-03
1
-1
/
+3
*
synth/elab-vhdl_expr: handle slices and indexed names. Fix #1926
Tristan Gingold
2021-11-29
1
-19
/
+11
*
synth memories: also accept constant signal as memory initial value
Tristan Gingold
2021-11-28
2
-4
/
+9
*
elab-vhdl_objtypes.adb: add an assertion
Tristan Gingold
2021-11-28
1
-0
/
+2
*
elab-vhdl_insts.adb: do not try to elaborate foreign instances twice
Tristan Gingold
2021-11-28
1
-1
/
+6
*
synth: adjustments for foreign_module
Tristan Gingold
2021-11-28
2
-3
/
+12
*
synth: add a hook to resolve foreign instantiation names
Tristan Gingold
2021-11-28
2
-0
/
+8
*
synth-vhdl_insts.adb: split synth_Instantiate_Module
Tristan Gingold
2021-11-28
1
-14
/
+26
*
synth: add hooks to support elaboration of foreign instances
Tristan Gingold
2021-11-28
10
-32
/
+108
*
vhdl-parse: improve error message for empty records
Tristan Gingold
2021-11-28
1
-29
/
+33
*
vhdl/translate: handle target aggregate with unbounded names. Fix #1914
Tristan Gingold
2021-11-24
4
-22
/
+75
*
vhdl-sem_decls: avoid a crash on invalid alias name. Fix #1919
Tristan Gingold
2021-11-21
1
-0
/
+10
[next]