| Commit message (Expand) | Author | Age | Files | Lines |
* | netlists-disp_vhdl: factorize code, improve handling of 'Z'. | Tristan Gingold | 2020-04-06 | 1 | -16/+8 |
* | netlists-disp_vhdl: display generics. | Tristan Gingold | 2020-03-31 | 1 | -0/+25 |
* | synth: preliminary work to export module parameters. | Tristan Gingold | 2020-03-31 | 1 | -12/+41 |
* | netlists-disp_vhdl: fix typos. | Tristan Gingold | 2020-03-31 | 1 | -2/+2 |
* | synth: improve output of memory initial value. | Tristan Gingold | 2020-03-29 | 1 | -4/+36 |
* | synth: add id_inout gate to handle inout behaviour. Fir #1166 | Tristan Gingold | 2020-03-23 | 1 | -0/+13 |
* | synth-disp_vhdl: do not wrap inout ports. For #1166 | Tristan Gingold | 2020-03-22 | 1 | -0/+2 |
* | netlists: add id_nop gate. | Tristan Gingold | 2020-03-22 | 1 | -0/+2 |
* | synth: handle numeric_std minimum/maximum. Fix #1168 | Tristan Gingold | 2020-03-21 | 1 | -0/+12 |
* | synth: handle div/rem/mod operations. Fix #1157 | Tristan Gingold | 2020-03-13 | 1 | -0/+3 |
* | netlists: handle more case of 0 sized nets. | Tristan Gingold | 2020-03-13 | 1 | -1/+0 |
* | netlists-expands: fix dyn_insert_en (en was missing). Fix #1155 | Tristan Gingold | 2020-03-07 | 1 | -0/+2 |
* | netlists-disp_vhdl: handle xnor. Fix #1153 | Tristan Gingold | 2020-03-07 | 1 | -0/+2 |
* | netlists: rework memories to fix port orders, add a loop. | Tristan Gingold | 2020-02-23 | 1 | -7/+10 |
* | synth: handle component with ports in different order. | Tristan Gingold | 2020-02-13 | 1 | -18/+12 |
* | synth: handle null vector for vec-vec concat. Fix #1133 | Tristan Gingold | 2020-02-11 | 1 | -1/+3 |
* | netlists-disp_vhdl: handle 1-bit const_x. For #1107 | Tristan Gingold | 2020-02-05 | 1 | -3/+9 |
* | netlists-disp_vhdl: minor rework. | Tristan Gingold | 2020-01-26 | 1 | -2/+2 |
* | synth: improve support of 0-width nets and gates. Fix #1113 | Tristan Gingold | 2020-01-25 | 1 | -14/+22 |
* | synth: add id_abs gate. For #1101 | Tristan Gingold | 2020-01-20 | 1 | -0/+2 |
* | synth: rewrite to work-around old compiler wrong warning. | Tristan Gingold | 2020-01-18 | 1 | -10/+4 |
* | netlists-disp_vhdl: display memory content in user order. | Tristan Gingold | 2020-01-16 | 1 | -5/+6 |
* | netlists-disp_vhdl: do not display the chain port for mem_rd_sync. For #1087 | Tristan Gingold | 2020-01-13 | 1 | -45/+53 |
* | netlists-disp_vhdl: handle 0 bit truncation. | Tristan Gingold | 2020-01-12 | 1 | -0/+2 |
* | netlists-disp_vhdl: handle const_log for disp_memory. | Tristan Gingold | 2020-01-12 | 1 | -0/+5 |
* | netlists-disp_vhdl: handle one bit memories. Fix #1083 | Tristan Gingold | 2020-01-12 | 1 | -2/+6 |
* | netlists: Handle sdiv and udiv (#1082) | Anton Blanchard | 2020-01-11 | 1 | -0/+6 |
* | netlists-disp_vhdl: display iadff. | Tristan Gingold | 2019-12-31 | 1 | -1/+6 |
* | netlists-disp_vhdl: handle conversion from std_logic to signed/unsigned. | Tristan Gingold | 2019-12-24 | 1 | -2/+12 |
* | netlists-disp_vhdl: handle 1-bit add/sub. | Tristan Gingold | 2019-12-05 | 1 | -4/+12 |
* | netlists-disp_vhdl: handle more ROMs. | Tristan Gingold | 2019-12-05 | 1 | -2/+12 |
* | netlists-disp_vhdl: handle id_mem_rd_sync | Tristan Gingold | 2019-12-05 | 1 | -0/+15 |
* | netlists-disp_vhdl: handle unconnected outputs. Fix #1050 | Tristan Gingold | 2019-12-04 | 1 | -10/+10 |
* | netlists-disp_vhdl: force conversion for mux2 | Tristan Gingold | 2019-11-28 | 1 | -1/+2 |
* | netlists: remove port API (make it easier to interface). | Tristan Gingold | 2019-11-28 | 1 | -18/+27 |
* | netlists: remove port_inout. | Tristan Gingold | 2019-11-28 | 1 | -2/+0 |
* | netlists-disp_vhdl: handle UB32 in Disp_Const_Bit. Fix #1039 | Tristan Gingold | 2019-11-27 | 1 | -0/+8 |
* | introduce package utils_io. | Tristan Gingold | 2019-11-21 | 1 | -20/+1 |
* | netlists: initial support of net of width 0. | Tristan Gingold | 2019-11-12 | 1 | -1/+0 |
* | netlists: expand dyn_insert_en | Tristan Gingold | 2019-11-11 | 1 | -0/+1 |
* | netlists: add more support for dyn_insert_en | Tristan Gingold | 2019-11-11 | 1 | -6/+17 |
* | netlists-disp_vhdl: handle truncate to width 1. | Tristan Gingold | 2019-11-05 | 1 | -2/+7 |
* | netlists-disp_vhdl: prefix of strunc/utrunc cannot be a constant. | Tristan Gingold | 2019-10-28 | 1 | -1/+3 |
* | synth: generate cover for assertion precedent. | Tristan Gingold | 2019-10-21 | 1 | -0/+4 |
* | netlists-disp_vhdl: display memory initialization value. | Tristan Gingold | 2019-10-20 | 1 | -2/+46 |
* | netlists-disp_vhdl: display memories. | Tristan Gingold | 2019-10-17 | 1 | -1/+97 |
* | netlists-disp_vhdl: fix pasto on id_asr. | Tristan Gingold | 2019-10-10 | 1 | -5/+5 |
* | netlists-disp_vhdl: handle const_SB32 | Tristan Gingold | 2019-10-09 | 1 | -1/+2 |
* | netlists: remove get_parent renaming for input. | Tristan Gingold | 2019-10-06 | 1 | -2/+2 |
* | netlists: remove renaming of Get_Parent for Net. | Tristan Gingold | 2019-10-06 | 1 | -4/+5 |