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
...
*
Remove unused files (were for stack switching).
Tristan Gingold
2015-09-13
9
-1905
/
+0
*
Adjust windows code.
Tristan Gingold
2015-09-12
1
-0
/
+1
*
Tentatively fix win32 support.
Tristan Gingold
2015-09-12
4
-138
/
+36
*
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-04
17
-449
/
+402
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
5
-36
/
+19
*
Adjust previous patch.
Tristan Gingold
2015-06-20
1
-10
/
+18
*
signals: simplify and fix code for delayed signals.
Tristan Gingold
2015-06-18
1
-18
/
+9
*
Initial support of DragonFly.
Tristan Gingold
2015-06-07
2
-2
/
+2
*
Rework procedure calls, now use a record to pass parameters.
Tristan Gingold
2015-06-05
4
-20
/
+28
*
write: do not implicitely append LF.
Tristan Gingold
2015-05-30
1
-2
/
+0
*
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
[prev]
[next]