aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update README (#1105)eine2020-01-191-27/+18
* travis: update to ubuntu16 and fedora31 (#1103)eine2020-01-191-4/+4
* testsuite/synth: add test for #1101Tristan Gingold2020-01-192-0/+110
* synth: handle more signed operations. For #1101Tristan Gingold2020-01-194-153/+203
* synth-oper: handle more signed comparisons. For #1101Tristan Gingold2020-01-191-9/+93
* testsuite/synth: add test for #1100.Tristan Gingold2020-01-194-0/+118
* synth-stmts: allow slice within a record element. Fix #1100.Tristan Gingold2020-01-191-4/+0
* testsuite/synth: add test for #1099Tristan Gingold2020-01-192-0/+43
* netlists-builders: relax assertion. Fix #1099Tristan Gingold2020-01-191-1/+0
* synth-expr: remove unused with-ed package.Tristan Gingold2020-01-181-1/+0
* Extend internals/AST.rstTristan Gingold2020-01-181-10/+70
* synth: rewrite to work-around old compiler wrong warning.Tristan Gingold2020-01-181-10/+4
* synth: fix a typo in a comment.Tristan Gingold2020-01-181-1/+1
* testsuite/synth: add test for #1096Tristan Gingold2020-01-163-0/+61
* synth: handle deferred constants. Fix #1096Tristan Gingold2020-01-162-1/+4
* testcase/synth: add reproducer from #1090Tristan Gingold2020-01-165-0/+206
* netlists-disp_vhdl: display memory content in user order.Tristan Gingold2020-01-161-5/+6
* netlists-memories: fix split of memory content. FixTristan Gingold2020-01-161-4/+131
* ortho/mcode: use arch64 binary format for mach-OTristan Gingold2020-01-161-1/+1
* ynth-inference: refactoring.Tristan Gingold2020-01-161-23/+21
* synth-decls: add comments.Tristan Gingold2020-01-161-0/+3
* testsuite/synth: add a test for #1095Tristan Gingold2020-01-152-0/+70
* synth-insts: clear before applying block configuration. Fix #1095Tristan Gingold2020-01-151-0/+2
* netlists: use a mark and sweep cleanup.Tristan Gingold2020-01-154-1/+126
* vhdl: relax rule for choice expression staticness.Tristan Gingold2020-01-151-0/+9
* doc: add 'GSOC Ideas' (#1093)eine2020-01-144-11/+138
* netlists-memories: allow initialized rams. For #1090Tristan Gingold2020-01-131-1/+2
* synth: improve support for expanded names. For #1090Tristan Gingold2020-01-131-1/+3
* testsuite/synth: avoid crash to closed pipe.Tristan Gingold2020-01-131-1/+2
* synth: remove wbound field of bound_type.Tristan Gingold2020-01-137-36/+14
* testsuite/synth: add a test for previous change.Tristan Gingold2020-01-133-1/+63
* synth-insts: handle slice name as actual to unboundedTristan Gingold2020-01-131-0/+20
* testsuite/synth: add test for previous commit.Tristan Gingold2020-01-133-1/+63
* synth-insts: handle unbounded ports in components.Tristan Gingold2020-01-131-39/+49
* netlists-disp_vhdl: do not display the chain port for mem_rd_sync. For #1087Tristan Gingold2020-01-131-45/+53
* testsuite/synth: add a test for static unsigned "-". For #1087Tristan Gingold2020-01-133-1/+40
* synth: handle static "-" for unsigned. For of #1087Tristan Gingold2020-01-133-0/+59
* testsuite/synth: add a test for static unary not. For #1080Tristan Gingold2020-01-122-0/+17
* synth-static_oper: handle unary not for std_logic. For #1080Tristan Gingold2020-01-121-0/+5
* testsuite/synth: add a test for #1086Tristan Gingold2020-01-122-0/+26
* synth-expr: fix crash with negative values. Fix #1086Tristan Gingold2020-01-121-2/+2
* synth-expr: handle negative value in decompose_mul_add.Tristan Gingold2020-01-121-5/+16
* synth-decls: do subtype conversion for signal default value.Tristan Gingold2020-01-121-0/+2
* netlists: get_net_uns64: handle id_const_sb32.Tristan Gingold2020-01-121-0/+11
* netlists-utils: consider 0 bit net as static.Tristan Gingold2020-01-121-0/+6
* netlists-utils: factorize code (same_net).Tristan Gingold2020-01-122-51/+25
* testsuite/synth: add test for 0 bit bus. For #1080Tristan Gingold2020-01-122-1/+31
* netlists-disp_vhdl: handle 0 bit truncation.Tristan Gingold2020-01-121-0/+2
* netlists-builders: allow more gates with null bus. For #1080Tristan Gingold2020-01-121-2/+0
* configure: allow options in --with-llvm-config.Tristan Gingold2020-01-121-1/+4