Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | synth: improve output of memory initial value. | Tristan Gingold | 2020-03-29 | 1 | -1/+37 |
| | |||||
* | synth: handle package instantiation. Fix #1159 | Tristan Gingold | 2020-03-24 | 1 | -1/+38 |
| | |||||
* | synth: improve error handling. | Tristan Gingold | 2020-03-11 | 1 | -0/+12 |
| | |||||
* | synth: fix conversion of net to constant for physical values. Fix #1148 | Tristan Gingold | 2020-03-02 | 1 | -4/+9 |
| | |||||
* | synth: improve support of out/inout variable parameters. | Tristan Gingold | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | synth: support multiple synthesis. | Tristan Gingold | 2019-12-02 | 1 | -0/+7 |
| | |||||
* | synth: factorize code, move value2logvec to synth-expr. | Tristan Gingold | 2019-11-28 | 1 | -82/+1 |
| | | | | Fix #1036 | ||||
* | synth: rework the sname API. | Tristan Gingold | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | synth-context: add source_scope (for debugger). | Tristan Gingold | 2019-11-23 | 1 | -0/+7 |
| | |||||
* | synth: fixes for value_const. | Tristan Gingold | 2019-10-20 | 1 | -0/+5 |
| | |||||
* | synth: add value_const. | Tristan Gingold | 2019-10-20 | 1 | -0/+8 |
| | |||||
* | synth-context: fix encoding of discrete in aggregate | Tristan Gingold | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | synth: fix incorrect order for concat. | Tristan Gingold | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | synth: handle package bodies. | Tristan Gingold | 2019-10-07 | 1 | -7/+25 |
| | |||||
* | synth-context: slightly relax assertion. | Tristan Gingold | 2019-10-03 | 1 | -1/+12 |
| | |||||
* | synth: renaming and minor refactoring. | Tristan Gingold | 2019-09-30 | 1 | -51/+18 |
| | |||||
* | synth: special handling of 'const' functions. | Tristan Gingold | 2019-09-30 | 1 | -0/+13 |
| | |||||
* | synth: refactoring of alias (allow alias of anything). | Tristan Gingold | 2019-09-30 | 1 | -3/+8 |
| | |||||
* | synth: introduce type_logic | Tristan Gingold | 2019-09-29 | 1 | -8/+16 |
| | |||||
* | synth: do not create self-instance on black-boxed modules. | Tristan Gingold | 2019-09-21 | 1 | -0/+5 |
| | |||||
* | synth: add bit0/bit1 in instance. | Tristan Gingold | 2019-09-21 | 1 | -0/+13 |
| | |||||
* | synth: add Get_Build (WIP). | Tristan Gingold | 2019-09-20 | 1 | -0/+7 |
| | |||||
* | synth: add base_instance. | Tristan Gingold | 2019-09-20 | 1 | -8/+29 |
| | |||||
* | synth: rename get/set_module for instances. | Tristan Gingold | 2019-09-20 | 1 | -4/+4 |
| | |||||
* | synth-context: get rid off Set_Block_Scope. | Tristan Gingold | 2019-09-20 | 1 | -8/+12 |
| | |||||
* | synth: refactoring to reduce global variables. | Tristan Gingold | 2019-09-19 | 1 | -3/+21 |
| | |||||
* | synth: make synth_instance_type private. | Tristan Gingold | 2019-09-19 | 1 | -4/+47 |
| | |||||
* | synth: handle record subtypes. | Tristan Gingold | 2019-09-19 | 1 | -1/+2 |
| | |||||
* | synth: remove value_mux2. | Tristan Gingold | 2019-09-18 | 1 | -8/+0 |
| | |||||
* | synth: allow empty string literal. | Tristan Gingold | 2019-09-12 | 1 | -1/+4 |
| | |||||
* | synth: improve support of return statement. | Tristan Gingold | 2019-09-11 | 1 | -1/+0 |
| | |||||
* | synth: improve support of negative integer values. | Tristan Gingold | 2019-09-11 | 1 | -14/+23 |
| | |||||
* | synth: Add width field in type_type record. | Tristan Gingold | 2019-09-11 | 1 | -3/+3 |
| | |||||
* | synth: handle alias (WIP, read only). | Tristan Gingold | 2019-09-11 | 1 | -0/+8 |
| | |||||
* | synth: handle const record aggregates. | Tristan Gingold | 2019-09-05 | 1 | -1/+13 |
| | |||||
* | synth: handle non-constant array aggregates. | Tristan Gingold | 2019-09-05 | 1 | -0/+14 |
| | |||||
* | synth: add value_const_array. | Tristan Gingold | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | synth: handle large width in get_net. | Tristan Gingold | 2019-09-04 | 1 | -3/+11 |
| | |||||
* | synth: add support for record types. | Tristan Gingold | 2019-08-29 | 1 | -2/+23 |
| | | | | (WIP: need to fix regression of stmt01). | ||||
* | synth: rework partial assignments | Tristan Gingold | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | synth: rework indexed names. | Tristan Gingold | 2019-07-30 | 1 | -21/+4 |
| | |||||
* | synth: add support for memories. | Tristan Gingold | 2019-07-29 | 1 | -40/+142 |
| | |||||
* | synth: preliminary support of dynamic indexing. | Tristan Gingold | 2019-07-28 | 1 | -56/+29 |
| | |||||
* | synth: rework range. | Tristan Gingold | 2019-07-26 | 1 | -4/+2 |
| | |||||
* | synth: preliminary support of integer subtypes. | Tristan Gingold | 2019-07-26 | 1 | -2/+15 |
| | |||||
* | synth: handle array aggregate. | Tristan Gingold | 2019-07-26 | 1 | -1/+1 |
| | |||||
* | synth: handle bit. | Tristan Gingold | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | synth: make type Wire_Id_Record private. | Tristan Gingold | 2019-07-17 | 1 | -11/+0 |
| | |||||
* | synth: renaming of Assign to Seq_Assign. | Tristan Gingold | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | synth: handle instantiation (WIP) | Tristan Gingold | 2019-07-10 | 1 | -3/+16 |
| |