index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
grt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework exit handling to correctly report exit status.
Tristan Gingold
2015-05-21
6
-8
/
+16
*
Handle to_string for i64 numbers.
Tristan Gingold
2015-05-20
2
-0
/
+16
*
Handle evaluation of to_string for enumeration and integer types.
Tristan Gingold
2015-05-14
1
-1
/
+35
*
vhdl 2008: allow to read out ports.
Tristan Gingold
2015-05-14
1
-6
/
+6
*
Allow generic without default values in top-level entity.
Tristan Gingold
2015-05-11
3
-0
/
+57
*
generic override: handle enumerated types.
Tristan Gingold
2015-03-14
3
-13
/
+92
*
Fix thinko in grt.values (after handling i32 generic override).
Tristan Gingold
2015-03-14
1
-1
/
+1
*
generic override: handle i32.
Tristan Gingold
2015-03-13
3
-15
/
+97
*
Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlib
Tristan Gingold
2015-03-11
2
-12
/
+59
*
Fix truncated simple name in fst dump.
Tristan Gingold
2015-03-11
1
-1
/
+1
*
Implement ticket 37: add switch -gNAME=VAL to override top entity generics.
Tristan Gingold
2015-03-07
10
-37
/
+410
*
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Tristan Gingold
2015-03-01
2
-0
/
+10
*
grt: fix protected object lock during elaboration.
Tristan Gingold
2015-01-30
1
-2
/
+8
*
Fix typos in grt and translation.adb for vhdl2008 (gcc).
Tristan Gingold
2015-01-24
1
-2
/
+2
*
grt-signals: avoid possible unaligned pointer dereference.
Tristan Gingold
2015-01-17
1
-2
/
+23
*
grt-disp_rti: fix thinko (no blocks for if-generate).
Tristan Gingold
2015-01-15
1
-2
/
+5
*
grt.avhpi: adjust after rti change.
Tristan Gingold
2015-01-13
1
-5
/
+6
*
sem: fix Can_Collapse_Signals regression.
Tristan Gingold
2015-01-12
3
-4
/
+5
*
grt: improve --disp-signals-table output.
Tristan Gingold
2015-01-12
1
-0
/
+8
*
grt-signals: code factorization.
Tristan Gingold
2015-01-10
1
-41
/
+7
*
Initialize direct driver value.
Tristan Gingold
2015-01-10
1
-0
/
+22
*
sdf annotation: fix read buffer within a qstring (from Kim Taylor).
Tristan Gingold
2015-01-10
1
-0
/
+3
*
sdf annotation: handle tremoval, handle negative values. From Kim Taylor.
Tristan Gingold
2015-01-10
3
-1
/
+22
*
vhpi: can change value of generics (for sdf annotation). From Kim Taylor.
Tristan Gingold
2015-01-10
1
-0
/
+3
*
Adjust previous commit for 'path_name.
Tristan Gingold
2015-01-07
1
-14
/
+13
*
Handle vhdl08 if generate statements
Tristan Gingold
2015-01-07
6
-83
/
+87
*
Rework for vhdl08 generate: change rtis.
Tristan Gingold
2015-01-04
7
-88
/
+170
*
fst: don't try to detect aliases (make fst file bigger).
Tristan Gingold
2014-12-21
1
-1
/
+1
*
vhpi: handle FileNameP
Tristan Gingold
2014-12-21
1
-0
/
+7
*
vcd/fst: handle complex signals. Fix crash.
Tristan Gingold
2014-12-21
1
-0
/
+4
*
Add support for NetBSD.
Tristan Gingold
2014-12-13
1
-0
/
+8
*
rtis: add source location for blocks and object. Use them in fst dumper.
Tristan Gingold
2014-12-13
7
-11
/
+182
*
grt-disp_rti: disp alias kind.
Tristan Gingold
2014-12-10
1
-4
/
+6
*
grt-disp_rti.adb: disp array of enum as strings (when possible).
Tristan Gingold
2014-12-10
1
-40
/
+97
*
grt-fst: add comments.
Tristan Gingold
2014-12-05
1
-0
/
+2
*
fst: dump type of signals.
Tristan Gingold
2014-12-05
3
-5
/
+51
*
fix VHDL 08 preprocessor block comments in libraries to start in column 1
Tristan Gingold
2014-12-03
1
-2
/
+122
*
grt-vcd: in verilog_wire_info, replace addr by sigs.
Tristan Gingold
2014-12-01
4
-54
/
+48
*
Initial support of FST dump format.
Tristan Gingold
2014-11-29
15
-3
/
+10205
*
grt: suppress overflow checks.
Tristan Gingold
2014-11-27
1
-0
/
+1
*
grt: use unlocked version of getc/putc/feof to speed-up files.
Tristan Gingold
2014-11-19
2
-3
/
+27
*
grt-processes: recycle dynamic action_list elements.
Tristan Gingold
2014-11-19
1
-7
/
+36
*
Add comments.
Tristan Gingold
2014-11-19
3
-2
/
+20
*
amd64.S: add a null-frame.
Tristan Gingold
2014-11-19
1
-23
/
+30
*
grt-stdio.ads: fix style.
Tristan Gingold
2014-11-18
1
-11
/
+7
*
grt-images: avoid use of exponential.
Tristan Gingold
2014-11-17
1
-6
/
+10
*
grt: add more restrictions.
Tristan Gingold
2014-11-14
1
-0
/
+3
*
linux.c: fix typos, disable builting sjlj for clang.
Tristan Gingold
2014-11-14
1
-3
/
+3
*
Use _setjmp/_longjmp instead of setjmp/longjmp (much faster).
Tristan Gingold
2014-11-08
1
-5
/
+37
*
Add instructions for llvm (WIP).
Tristan Gingold
2014-11-08
1
-1
/
+1
[next]