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-std_package: declare missing wildcard types
Tristan Gingold
2023-03-23
1
-0
/
+7
*
vhdl: make instance_package_body forward_ref, adjust
Tristan Gingold
2023-03-23
4
-4
/
+5
*
vhdl-sem_scopes: avoid duplicate hidden warning
Tristan Gingold
2023-03-22
1
-0
/
+5
*
vhdl: generate and handle package_instantiation_body
Tristan Gingold
2023-03-22
5
-11
/
+108
*
vhdl: add Set/Get_Immediate_Body_Flag (for package instantiation)
Tristan Gingold
2023-03-22
4
-239
/
+42
*
vhdl: add iir_kind_package_instantiation_body
Tristan Gingold
2023-03-22
8
-2
/
+283
*
vhdl-canon(canon_declaration): now a procedure, adjust
Tristan Gingold
2023-03-22
1
-40
/
+12
*
trans-chap2: improve support for nested package instantiation
Tristan Gingold
2023-03-22
2
-12
/
+28
*
trans-chap7: partial rewrite of translate_implicit_array_conversion
Tristan Gingold
2023-03-20
1
-49
/
+169
*
vhdl-scanner.adb: avoid a possible crash
Tristan Gingold
2023-03-20
1
-1
/
+1
*
trans-chap3(is_equal_limit): also handle type_mode_e32
Tristan Gingold
2023-03-15
1
-1
/
+2
*
psl: remove start loops only in case of always.
Tristan Gingold
2023-03-15
3
-1
/
+24
*
synth_conditiona_signal_assignment: handle simple case directly.
Tristan Gingold
2023-03-14
1
-46
/
+79
*
ghdldrv: only put direct dependences in gen-makefile
Tristan Gingold
2023-03-13
3
-10
/
+16
*
ghdllocal.adb(Build_Dependence): rebuild file dependencies.
Tristan Gingold
2023-03-13
8
-433
/
+404
*
synth: support selected signal assignment
Tristan Gingold
2023-03-09
1
-0
/
+2
*
vhdl: handle selected waveform assignment
Tristan Gingold
2023-03-09
3
-51
/
+75
*
psl-optimize: add comments
Tristan Gingold
2023-03-08
1
-1
/
+6
*
psl-disp_nfas: improve output
Tristan Gingold
2023-03-08
1
-7
/
+9
*
psl-build.adb(build_plus_repeat): fix handling of single edge NFA
Tristan Gingold
2023-03-08
1
-3
/
+15
*
Update NEWS and copyright date
Tristan Gingold
2023-03-06
1
-1
/
+1
*
synth-vhdl_oper: handle to_01. Fix #2372
Tristan Gingold
2023-03-05
1
-0
/
+1
*
synth-vhdl_stmts: handle unaffected in conditional variable assignments
Tristan Gingold
2023-03-02
1
-3
/
+11
*
synth-vhd_oper: handle rising_edge for bit. For #2369
Tristan Gingold
2023-03-02
1
-8
/
+11
*
synth: handle unaffected in simple sequential signal assignment.
Tristan Gingold
2023-02-25
1
-4
/
+9
*
grt/Makefile.inc: do not use version-script on FreeBSD.
Tristan Gingold
2023-02-24
1
-1
/
+4
*
trans-chap2.adb: fix a warning
Tristan Gingold
2023-02-22
1
-1
/
+0
*
synth-vhdl_expr: improve subtype conversion
Tristan Gingold
2023-02-22
1
-69
/
+160
*
vhdl-sem_decls(sem_object_type_from_value): refine.
Tristan Gingold
2023-02-19
1
-5
/
+20
*
trans-chap2: elaborate dependencies of macro-expanded packages.
Tristan Gingold
2023-02-19
1
-19
/
+38
*
sem_record_aggregate: add a check for constraints. Fix #2350
Tristan Gingold
2023-02-13
1
-11
/
+23
*
ghdl: print llvm or gcc backend version with --version
Tristan Gingold
2023-02-12
2
-2
/
+6
*
ghdllocal, ghdlxml: adjust after previous commit; fix #2349
Tristan Gingold
2023-02-11
2
-0
/
+6
*
vhdl-sem_lib: units during analysis can depend only on analyzed units.
Tristan Gingold
2023-02-11
1
-0
/
+6
*
synth-vhdl_eval: handle std_logic_arith.conv_std_logic_vector
Tristan Gingold
2023-02-09
3
-0
/
+43
*
synth: preliminary work for PSL endpoints
Tristan Gingold
2023-02-08
2
-1
/
+19
*
simul: improve support of PSL endpoints
Tristan Gingold
2023-02-08
2
-10
/
+12
*
simul: improve handling of individual signal associations
Tristan Gingold
2023-02-08
1
-3
/
+3
*
synth: do not handle null-vectors for to_hstring.
Tristan Gingold
2023-02-08
2
-1
/
+18
*
trans-chap8: fix a crash while checking bounds in signal assignments.
Tristan Gingold
2023-02-08
1
-1
/
+1
*
trans-chap8: Fix individual assocs of signal parameters
Tristan Gingold
2023-02-08
1
-22
/
+44
*
simul: handle signal assignment to procedure individual associations
Tristan Gingold
2023-02-08
1
-8
/
+19
*
trans-chap8: minor reindentation
Tristan Gingold
2023-02-08
1
-1
/
+1
*
synth: use same layout for records in memory as translate
Tristan Gingold
2023-02-08
10
-70
/
+229
*
vhdl-canon: remove signal parameters for all-sensitized processes.
Tristan Gingold
2023-02-08
4
-9
/
+54
*
synth: preliminary work to compute access bounds size
Tristan Gingold
2023-02-05
3
-2
/
+128
*
elab-vhdl_objtypes: rename acc_bnd_sz to acc_type_sz
Tristan Gingold
2023-02-05
3
-7
/
+7
*
vhdl-prints: improve output of generate statements
Tristan Gingold
2023-02-04
1
-12
/
+5
*
translate: add --no-elaboration flag
Tristan Gingold
2023-02-04
5
-2
/
+10
*
elab-vhdl_debug: handle package in subprograms
Tristan Gingold
2023-02-04
1
-0
/
+13
[next]