Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testsuite/synth: add tests for previous commit. | Tristan Gingold | 2019-11-12 | 3 | -0/+64 | |
| | ||||||
* | netlists: initial support of net of width 0. | Tristan Gingold | 2019-11-12 | 2 | -3/+0 | |
| | ||||||
* | synth-stmts: better support of constants (indexed and | Tristan Gingold | 2019-11-12 | 1 | -5/+36 | |
| | ||||||
* | synth-oper: handle constant values for to_unsigned. | Tristan Gingold | 2019-11-12 | 1 | -1/+3 | |
| | ||||||
* | synth-insts: add support for unbounded ports. | Tristan Gingold | 2019-11-12 | 1 | -4/+51 | |
| | ||||||
* | synth-environment: fix links and counts in | Tristan Gingold | 2019-11-12 | 1 | -0/+3 | |
| | ||||||
* | synth-disp_vhdl: handle arrays for in-converters. | Tristan Gingold | 2019-11-12 | 1 | -1/+20 | |
| | ||||||
* | netlists-memories: do not crash on anonymous ROM. | Tristan Gingold | 2019-11-12 | 1 | -3/+6 | |
| | ||||||
* | synth-expr: reshape: handle consts. | Tristan Gingold | 2019-11-12 | 1 | -0/+2 | |
| | ||||||
* | testsuite/synth: add tests for individual associations. | Tristan Gingold | 2019-11-12 | 8 | -0/+185 | |
| | ||||||
* | synth-insts: add support for individual associations. | Tristan Gingold | 2019-11-12 | 1 | -34/+243 | |
| | ||||||
* | synth: file support (WIP). | Tristan Gingold | 2019-11-12 | 3 | -4/+7 | |
| | ||||||
* | doc: add '.. program:: ghdl' directive (#1017) | 1138-4EB | 2019-11-12 | 11 | -1/+12 | |
| | ||||||
* | ghdldrv: adjust after change in Dyn_Tables. Fix breakage. | Tristan Gingold | 2019-11-11 | 1 | -6/+5 | |
| | ||||||
* | netlists-gates: add comments. | Tristan Gingold | 2019-11-11 | 1 | -0/+3 | |
| | ||||||
* | netlists-dump: display ports name. | Tristan Gingold | 2019-11-11 | 2 | -12/+29 | |
| | ||||||
* | netlists: optimize trunc. | Tristan Gingold | 2019-11-11 | 4 | -8/+64 | |
| | ||||||
* | synth: simplify equality tests. | Tristan Gingold | 2019-11-11 | 1 | -2/+3 | |
| | ||||||
* | netlists: expand dyn_insert_en | Tristan Gingold | 2019-11-11 | 2 | -4/+18 | |
| | ||||||
* | testsuite/synth: add a test for previous commit. | Tristan Gingold | 2019-11-11 | 3 | -1/+75 | |
| | ||||||
* | netlists-expands: handle gaps. | Tristan Gingold | 2019-11-11 | 1 | -12/+12 | |
| | ||||||
* | netlists: add more support for dyn_insert_en | Tristan Gingold | 2019-11-11 | 3 | -6/+21 | |
| | ||||||
* | netlists: add dyn_insert_en gate. | Tristan Gingold | 2019-11-11 | 4 | -50/+95 | |
| | ||||||
* | testsuite/synth: add an incorrectly handled dff. | Tristan Gingold | 2019-11-11 | 3 | -1/+74 | |
| | ||||||
* | synth: merge partial assignments before merging phis. | Tristan Gingold | 2019-11-11 | 2 | -1/+57 | |
| | ||||||
* | synth-decls: Only emit unused warnings on signals (and | Tristan Gingold | 2019-11-11 | 1 | -4/+8 | |
| | ||||||
* | dyn_tables: move Table_Initial generic to argument of | Tristan Gingold | 2019-11-11 | 12 | -21/+20 | |
| | ||||||
* | synth: move net_table to netlists-utils. | Tristan Gingold | 2019-11-11 | 3 | -13/+14 | |
| | ||||||
* | netlists: add 2 flags per instance, including a mark flag. | Tristan Gingold | 2019-11-11 | 2 | -6/+33 | |
| | ||||||
* | synth: initial support for file types. For #1004 | Tristan Gingold | 2019-11-11 | 5 | -33/+105 | |
| | ||||||
* | synth: initial support of access type. For #1004 | Tristan Gingold | 2019-11-11 | 5 | -4/+76 | |
| | ||||||
* | Update doc (#1003) | 1138-4EB | 2019-11-11 | 36 | -856/+1011 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * doc: update makefile and build scripts * actions: add workflow 'doc' * doc: reorganize sections * doc: fix 'unknown option' warnings, headings, spaces, etc. * doc: add subdir 'examples', move 'quick_start' sources * doc: add section 'Development/Debugging' * doc: add section'Development/Synthesis' * doc: update roadmap * doc: add section examples * doc: use standard domain * doc: add comment about 'vhd' vs 'vhdl' | |||||
* | synth-decls: handle unassigned signal/object. For issue 65 | Tristan Gingold | 2019-11-07 | 3 | -14/+53 | |
| | ||||||
* | testsuite/synth: add testcase for or short-circuit. #1005 | Tristan Gingold | 2019-11-07 | 2 | -3/+28 | |
| | ||||||
* | synth: also handle or short-circuit. For #1005 | Tristan Gingold | 2019-11-07 | 1 | -14/+35 | |
| | ||||||
* | Makefile.in: adjust libghdl name on windows. For #1010 | Tristan Gingold | 2019-11-07 | 1 | -0/+6 | |
| | ||||||
* | Add testcase for #1011 | Tristan Gingold | 2019-11-06 | 2 | -0/+40 | |
| | ||||||
* | synth: handle record assignment for variables. Fix #1011 | Tristan Gingold | 2019-11-06 | 1 | -0/+4 | |
| | ||||||
* | Add testcase for #1005 | Tristan Gingold | 2019-11-06 | 2 | -0/+34 | |
| | ||||||
* | synth: handle short-circuit and. Fix #1005 | Tristan Gingold | 2019-11-06 | 1 | -9/+38 | |
| | ||||||
* | files_map-editor: add Copy_Source_File. | Tristan Gingold | 2019-11-06 | 3 | -0/+46 | |
| | ||||||
* | files_map: add Discard_Source_File, Free_Source_File, | Tristan Gingold | 2019-11-06 | 3 | -5/+47 | |
| | ||||||
* | files_map-editor: turn Replace_Text to a function. | Tristan Gingold | 2019-11-06 | 3 | -30/+39 | |
| | ||||||
* | vhdl-ieee-std_logic_1164: minor simplification. | Tristan Gingold | 2019-11-06 | 1 | -21/+8 | |
| | ||||||
* | synth: handle edge operators in synth_predefined_function_call. | Tristan Gingold | 2019-11-06 | 4 | -31/+24 | |
| | ||||||
* | vhdl: recognize rising_edge/falling_edge. | Tristan Gingold | 2019-11-06 | 4 | -381/+393 | |
| | ||||||
* | netlists-dump: avoid a crash on unconnected driver. | Tristan Gingold | 2019-11-06 | 1 | -3/+6 | |
| | ||||||
* | testsuite/synth: add a similar testcase for #1009 | Tristan Gingold | 2019-11-06 | 2 | -0/+16 | |
| | ||||||
* | synth: do not create a value_const of a value_const. | Tristan Gingold | 2019-11-06 | 2 | -1/+6 | |
| | ||||||
* | Add testcase for #1009 | Tristan Gingold | 2019-11-06 | 2 | -0/+25 | |
| |