index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
grt: simplifies grt-readline, adjust casing
Tristan Gingold
2022-05-15
5
-17
/
+13
|
*
elab-vhdl_stmts: change parent of generate_body for for-generate
Tristan Gingold
2022-05-14
1
-1
/
+1
|
*
ghdlsimul: add and improve debugger
Tristan Gingold
2022-05-14
6
-26
/
+471
|
*
vhdl-errors(disp_node): change message for generate body
Tristan Gingold
2022-05-14
1
-1
/
+1
|
*
elab-vhdl_context: add get_instance_parent
Tristan Gingold
2022-05-14
2
-0
/
+10
|
*
fix: avoid "pragma Unreferenced given" warnings with GCC 12
Xiretza
2022-05-14
3
-3
/
+3
|
*
fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12
Xiretza
2022-05-14
4
-5
/
+1
|
*
synth: implement file_open with status
Tristan Gingold
2022-05-12
3
-0
/
+69
|
*
vhdl-canon: export extract_waveform_sensitivity
Tristan Gingold
2022-05-12
1
-2
/
+5
|
*
trans_analyzes.adb: reindent
Tristan Gingold
2022-05-12
1
-3
/
+2
|
*
synth-vhdl_stmts: export synth_target
Tristan Gingold
2022-05-12
2
-35
/
+39
|
*
synth-vhdl_expr: add an hook to get the value of a signal
Tristan Gingold
2022-05-12
2
-0
/
+9
|
*
elab-vhdl_debug: also disp declarations in instances
Tristan Gingold
2022-05-12
1
-4
/
+1
|
*
elab-memtype.adb: identation
Tristan Gingold
2022-05-12
1
-1
/
+1
|
*
ghdlsimul: add option -t to trace statements
Tristan Gingold
2022-05-12
1
-0
/
+2
|
*
ghdllocal.adb: move pragma suppress. Fix #2056
Tristan Gingold
2022-05-12
1
-1
/
+1
|
*
ghdlsimul: now based on synth elab
Tristan Gingold
2022-05-11
2
-101
/
+118
|
*
synth: handle text file write
Tristan Gingold
2022-05-11
3
-0
/
+93
|
*
synth: add a flag to force creation of variables
Tristan Gingold
2022-05-11
5
-9
/
+21
|
*
ghdlsynth.adb: remove -E experimental command
Tristan Gingold
2022-05-10
1
-145
/
+42
|
*
synth: add current_stmt, minor rework
Tristan Gingold
2022-05-09
4
-61
/
+99
|
*
synth-vhdl_insts: handle interfaces of type interface type. Fix #2053
Tristan Gingold
2022-05-07
1
-1
/
+12
|
*
vhdl: consider fully static record aggregates. Fix #2051
Tristan Gingold
2022-05-07
4
-26
/
+83
|
*
ortho/debug: handle aggregates of record-subtype
Tristan Gingold
2022-05-07
3
-7
/
+25
|
*
elab-vhdl_context: introduce signal_index
Tristan Gingold
2022-05-06
3
-3
/
+12
|
*
vhdl-sem.adb(are_trees_equal): handle selected element. Fix #2050
Tristan Gingold
2022-05-06
1
-0
/
+4
|
*
vhdl-sem_names: second fix for #2048
Tristan Gingold
2022-05-03
1
-1
/
+2
|
*
synth-vhdl_context: resize table before access. Fix #2049
Tristan Gingold
2022-05-02
1
-6
/
+14
|
*
vhdl-sem_names(sem_selected_by_all_name): avoid a crash
Tristan Gingold
2022-05-02
1
-0
/
+4
|
|
|
|
|
Emit an error message on invalid library declaration prefix. Fix #2048
*
vhdl-sem_assocs: avoid a crash after forced analysis
Tristan Gingold
2022-05-02
1
-0
/
+5
|
*
netlists: fix incorrect access (realloc). Fix #2046
Tristan Gingold
2022-05-02
1
-8
/
+11
|
*
elab-vhdl_debug: also print objects in disp_hierarchy
Tristan Gingold
2022-05-01
3
-59
/
+140
|
*
elab-vhdl_objtypes: fix restart of libghdl
Tristan Gingold
2022-04-30
3
-7
/
+25
|
*
synth: avoid a crash after an error
Tristan Gingold
2022-04-29
2
-0
/
+19
|
*
elab-vhdl_insts: use block configuration from configuration
Tristan Gingold
2022-04-29
1
-3
/
+6
|
*
synth: adjust elab-debugger__on.adb
Tristan Gingold
2022-04-29
1
-8
/
+4
|
*
ghdlsynth: add experimental command -E
Tristan Gingold
2022-04-29
1
-8
/
+133
|
*
elab-vhdl_types: do not crash on signal resolver
Tristan Gingold
2022-04-29
1
-0
/
+3
|
*
synth-vhdl_eval: handle all comparisons for enums
Tristan Gingold
2022-04-29
1
-33
/
+29
|
*
synth-vhdl_decls: handle attributes on input ports
Tristan Gingold
2022-04-29
1
-2
/
+10
|
*
vhdl-annotations: do not annotate type for signal attributes
Tristan Gingold
2022-04-29
1
-2
/
+0
|
*
options: add -fpragma-translate options (for debug purposes)
Tristan Gingold
2022-04-29
1
-0
/
+3
|
*
ghdldrv: allow --work within files for import command
Tristan Gingold
2022-04-29
1
-19
/
+60
|
*
synth: extract elab-vhdl_debug from elab-debugger
Tristan Gingold
2022-04-29
3
-465
/
+662
|
*
vhdl-nodes: reorder, add iir_kinds_structural_statement
Tristan Gingold
2022-04-29
1
-9
/
+17
|
*
elab-vhdl_insts: handle open unconstrained port association
Tristan Gingold
2022-04-29
1
-0
/
+3
|
*
synth-vhdl_stmts: handle static evaluation for cond variable assignment
Tristan Gingold
2022-04-28
1
-18
/
+53
|
|
|
|
Fix #2045
*
ghdllib: adjust first line comment (pasto)
Tristan Gingold
2022-04-28
2
-2
/
+2
|
*
netlists-memories: detect simple loop. Fix #2043
Tristan Gingold
2022-04-28
1
-3
/
+10
|
*
synth-ieee-numeric_std: factorize code
Tristan Gingold
2022-04-28
1
-14
/
+5
|
[next]