| Commit message (Expand) | Author | Age | Files | Lines |
* | synth: handle matching comparisons. Fix #1109 | Tristan Gingold | 2020-01-24 | 3 | -98/+356 |
* | vhdl-sem_inst: recompute subprogram hash after instantiation. | Tristan Gingold | 2020-01-22 | 1 | -0/+6 |
* | synth-static_oper: handle array-element concatenation. | Tristan Gingold | 2020-01-21 | 1 | -0/+20 |
* | synth: add id_abs gate. For #1101 | Tristan Gingold | 2020-01-20 | 8 | -17/+37 |
* | synth-static_oper: handle element/array concat. | Tristan Gingold | 2020-01-20 | 1 | -0/+20 |
* | synth: handle more signed operations. For #1101 | Tristan Gingold | 2020-01-19 | 3 | -13/+59 |
* | synth-oper: handle more signed comparisons. For #1101 | Tristan Gingold | 2020-01-19 | 1 | -9/+93 |
* | synth-stmts: allow slice within a record element. Fix #1100. | Tristan Gingold | 2020-01-19 | 1 | -4/+0 |
* | netlists-builders: relax assertion. Fix #1099 | Tristan Gingold | 2020-01-19 | 1 | -1/+0 |
* | synth-expr: remove unused with-ed package. | Tristan Gingold | 2020-01-18 | 1 | -1/+0 |
* | synth: rewrite to work-around old compiler wrong warning. | Tristan Gingold | 2020-01-18 | 1 | -10/+4 |
* | synth: fix a typo in a comment. | Tristan Gingold | 2020-01-18 | 1 | -1/+1 |
* | synth: handle deferred constants. Fix #1096 | Tristan Gingold | 2020-01-16 | 2 | -1/+4 |
* | netlists-disp_vhdl: display memory content in user order. | Tristan Gingold | 2020-01-16 | 1 | -5/+6 |
* | netlists-memories: fix split of memory content. Fix | Tristan Gingold | 2020-01-16 | 1 | -4/+131 |
* | ortho/mcode: use arch64 binary format for mach-O | Tristan Gingold | 2020-01-16 | 1 | -1/+1 |
* | ynth-inference: refactoring. | Tristan Gingold | 2020-01-16 | 1 | -23/+21 |
* | synth-decls: add comments. | Tristan Gingold | 2020-01-16 | 1 | -0/+3 |
* | synth-insts: clear before applying block configuration. Fix #1095 | Tristan Gingold | 2020-01-15 | 1 | -0/+2 |
* | netlists: use a mark and sweep cleanup. | Tristan Gingold | 2020-01-15 | 4 | -1/+126 |
* | vhdl: relax rule for choice expression staticness. | Tristan Gingold | 2020-01-15 | 1 | -0/+9 |
* | netlists-memories: allow initialized rams. For #1090 | Tristan Gingold | 2020-01-13 | 1 | -1/+2 |
* | synth: improve support for expanded names. For #1090 | Tristan Gingold | 2020-01-13 | 1 | -1/+3 |
* | synth: remove wbound field of bound_type. | Tristan Gingold | 2020-01-13 | 7 | -36/+14 |
* | synth-insts: handle slice name as actual to unbounded | Tristan Gingold | 2020-01-13 | 1 | -0/+20 |
* | synth-insts: handle unbounded ports in components. | Tristan Gingold | 2020-01-13 | 1 | -39/+49 |
* | netlists-disp_vhdl: do not display the chain port for mem_rd_sync. For #1087 | Tristan Gingold | 2020-01-13 | 1 | -45/+53 |
* | synth: handle static "-" for unsigned. For of #1087 | Tristan Gingold | 2020-01-13 | 3 | -0/+59 |
* | synth-static_oper: handle unary not for std_logic. For #1080 | Tristan Gingold | 2020-01-12 | 1 | -0/+5 |
* | synth-expr: fix crash with negative values. Fix #1086 | Tristan Gingold | 2020-01-12 | 1 | -2/+2 |
* | synth-expr: handle negative value in decompose_mul_add. | Tristan Gingold | 2020-01-12 | 1 | -5/+16 |
* | synth-decls: do subtype conversion for signal default value. | Tristan Gingold | 2020-01-12 | 1 | -0/+2 |
* | netlists: get_net_uns64: handle id_const_sb32. | Tristan Gingold | 2020-01-12 | 1 | -0/+11 |
* | netlists-utils: consider 0 bit net as static. | Tristan Gingold | 2020-01-12 | 1 | -0/+6 |
* | netlists-utils: factorize code (same_net). | Tristan Gingold | 2020-01-12 | 2 | -51/+25 |
* | netlists-disp_vhdl: handle 0 bit truncation. | Tristan Gingold | 2020-01-12 | 1 | -0/+2 |
* | netlists-builders: allow more gates with null bus. For #1080 | Tristan Gingold | 2020-01-12 | 1 | -2/+0 |
* | llvm4-nodebug: remove verbose code. | Tristan Gingold | 2020-01-12 | 1 | -3/+0 |
* | msys2-mingw: build llvm with --static-link (tentatively fix ci) | Tristan Gingold | 2020-01-12 | 1 | -1/+1 |
* | netlists-memories: allow intermediate signals to detect sync read. | Tristan Gingold | 2020-01-12 | 3 | -2/+18 |
* | ortho/llvm4-nodebug: pass --link-static to llvm-config. | Tristan Gingold | 2020-01-12 | 1 | -1/+1 |
* | synth-decls: always initialize variables. Fix #1081 | Tristan Gingold | 2020-01-12 | 1 | -7/+2 |
* | netlists-disp_vhdl: handle const_log for disp_memory. | Tristan Gingold | 2020-01-12 | 1 | -0/+5 |
* | llvm4-nodebug: investigate CI failure. | Tristan Gingold | 2020-01-12 | 1 | -1/+2 |
* | synth: fix element order for simple aggregates. For #1080 | Tristan Gingold | 2020-01-12 | 1 | -1/+1 |
* | synth: convert constant default value subtype. For #1080 | Tristan Gingold | 2020-01-12 | 1 | -0/+1 |
* | llvm4-nodebug: add verbosity to debug CI failures. | Tristan Gingold | 2020-01-12 | 1 | -1/+5 |
* | synth: handle constants in assignments. Fix for #1080 | Tristan Gingold | 2020-01-12 | 3 | -1/+11 |
* | synth-expr: handle pos attribute. For #1080 | Tristan Gingold | 2020-01-12 | 1 | -0/+12 |
* | synth: use formal instance to evaluate default value. For #1080 | Tristan Gingold | 2020-01-12 | 1 | -1/+4 |