index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
simulate
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl/simulate: ignore some constructs for synthesis.
Tristan Gingold
2019-05-23
2
-3
/
+5
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
7
-49
/
+42
*
vhdl: decouple errorouts a bit more.
Tristan Gingold
2019-05-10
1
-2
/
+2
*
psl: add psl-types, psl-nodes_priv.
Tristan Gingold
2019-05-10
1
-0
/
+1
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
3
-8
/
+7
*
Extract psl-errors from errorout.
Tristan Gingold
2019-05-10
1
-1
/
+1
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
6
-3
/
+6
*
vhdl: renames iirs_walk to vhdl-nodes_walk
Tristan Gingold
2019-05-08
1
-1
/
+1
*
vhdl-nodes_utils: renaming.
Tristan Gingold
2019-05-07
1
-2
/
+2
*
vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.
Tristan Gingold
2019-05-06
2
-2
/
+2
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
6
-6
/
+6
*
vhdl: rename iirs to vhdl.nodes
Tristan Gingold
2019-05-05
8
-8
/
+8
*
vhdl: move evaluation to vhdl child.
Tristan Gingold
2019-05-05
2
-8
/
+8
*
vhdl: move ieee packages to vhdl children.
Tristan Gingold
2019-05-05
1
-2
/
+2
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
4
-11
/
+11
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
3
-11
/
+11
*
vhdl: move canon to a vhdl child package.
Tristan Gingold
2019-05-05
1
-2
/
+2
*
vhdl: move disp_tree and disp_vhdl as vhdl child.
Tristan Gingold
2019-05-04
2
-5
/
+5
*
vhdl: move parse package as vhdl child.
Tristan Gingold
2019-05-04
1
-3
/
+4
*
vhdl: move tokens as vhdl child package.
Tristan Gingold
2019-05-04
1
-2
/
+2
*
vhdl: move scanner under vhdl hierarchy.
Tristan Gingold
2019-05-04
1
-5
/
+5
*
simul: do not reverse the list twice; renaming.
Tristan Gingold
2019-04-16
1
-24
/
+16
*
fix gnat8 errors for libghdlsynth targets
Stefan Biereigel
2019-03-13
2
-3
/
+0
*
simul: refactoring.
Tristan Gingold
2019-01-11
2
-25
/
+29
*
simul: handle PSL assert finalizer.
Tristan Gingold
2019-01-06
1
-4
/
+57
*
simul: handle array values. Reformating.
Tristan Gingold
2018-12-29
1
-83
/
+87
*
iir_kind_selected_element: use Named_Entity for homogeneity.
Tristan Gingold
2018-12-18
1
-2
/
+2
*
Extract grt.astdio.vhdl from grt.astdio.
Tristan Gingold
2018-12-16
2
-2
/
+3
*
files_map: renaming for consistency.
Tristan Gingold
2018-12-14
1
-2
/
+2
*
simul: adjust after previous changes.
Tristan Gingold
2018-11-15
1
-2
/
+3
*
Improve doc, fix English typo.
Tristan Gingold
2018-09-23
1
-5
/
+6
*
Add support for --time-resolution (jit only). Fix #613
Tristan Gingold
2018-08-10
1
-3
/
+1
*
simulate: remove use of Nam_Buffer.
Tristan Gingold
2018-01-20
1
-26
/
+30
*
simul: remove ports_map from instances (not used).
Tristan Gingold
2018-01-02
3
-9
/
+0
*
simul: adjust instance for conversion in calls.
Tristan Gingold
2017-12-21
1
-5
/
+5
*
simul: Add subprogram body in frames.
Tristan Gingold
2017-12-21
4
-36
/
+60
*
simul: Add ref in info to ease debugging.
Tristan Gingold
2017-12-21
2
-0
/
+26
*
simul: add Kind_Protected instead of reusing Kind_Frame.
Tristan Gingold
2017-12-21
3
-11
/
+24
*
simul: handle protected function in association conversion.
Tristan Gingold
2017-12-21
1
-18
/
+24
*
simul: handle psl endpoints (and adjust issue45).
Tristan Gingold
2017-12-21
4
-16
/
+43
*
simul: handle selected signal assignments.
Tristan Gingold
2017-12-21
2
-45
/
+69
*
simul: fix issue228.
Tristan Gingold
2017-12-21
1
-3
/
+5
*
simul: create initial driver value.
Tristan Gingold
2017-12-21
5
-38
/
+67
*
simul: minor refactoring.
Tristan Gingold
2017-12-21
1
-4
/
+2
*
simul-debugger: improve info signals.
Tristan Gingold
2017-12-21
3
-61
/
+173
*
simul-debugger: add run command.
Tristan Gingold
2017-12-20
4
-10
/
+66
*
grt: reorganize simulation loop.
Tristan Gingold
2017-12-20
1
-2
/
+21
*
simul-elaboration: handle unbounded records.
Tristan Gingold
2017-12-11
1
-1
/
+1
*
simul: handle call to a function of instantiated package.
Tristan Gingold
2017-12-11
1
-1
/
+15
*
simul: handle open association in implicit procedure
Tristan Gingold
2017-12-11
1
-3
/
+14
[next]