aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libraries/openieee: reformating.Tristan Gingold2019-11-135-170/+170
|
* synth: introduce synth-static_oper.Tristan Gingold2019-11-137-119/+304
|
* synth-stmts: handle constant exit in for-loops.Tristan Gingold2019-11-131-0/+4
|
* synth: add support for interface file.Tristan Gingold2019-11-131-1/+3
|
* synth: add support for endfile.Tristan Gingold2019-11-133-3/+35
|
* synth: add support for file declarations.Tristan Gingold2019-11-137-2/+973
|
* testsuite/synth: add testcase for #1008Tristan Gingold2019-11-123-0/+48
|
* testsuite/synth: add testcase for #1014Tristan Gingold2019-11-123-0/+66
|
* synth: create const default values, adjust assign_value.Tristan Gingold2019-11-122-4/+6
| | | | Fix #1014
* testsuite/synth: add a test for static values.Tristan Gingold2019-11-123-0/+65
|
* synth-stmts: improve support of consts inTristan Gingold2019-11-121-0/+2
|
* synth-stmts: return sub arrays/records forTristan Gingold2019-11-123-10/+16
|
* synth-oper: handle const substraction.Tristan Gingold2019-11-121-2/+2
|
* testsuite/synth: add tests for previous commit.Tristan Gingold2019-11-123-0/+64
|
* netlists: initial support of net of width 0.Tristan Gingold2019-11-122-3/+0
|
* synth-stmts: better support of constants (indexed andTristan Gingold2019-11-121-5/+36
|
* synth-oper: handle constant values for to_unsigned.Tristan Gingold2019-11-121-1/+3
|
* synth-insts: add support for unbounded ports.Tristan Gingold2019-11-121-4/+51
|
* synth-environment: fix links and counts inTristan Gingold2019-11-121-0/+3
|
* synth-disp_vhdl: handle arrays for in-converters.Tristan Gingold2019-11-121-1/+20
|
* netlists-memories: do not crash on anonymous ROM.Tristan Gingold2019-11-121-3/+6
|
* synth-expr: reshape: handle consts.Tristan Gingold2019-11-121-0/+2
|
* testsuite/synth: add tests for individual associations.Tristan Gingold2019-11-128-0/+185
|
* synth-insts: add support for individual associations.Tristan Gingold2019-11-121-34/+243
|
* synth: file support (WIP).Tristan Gingold2019-11-123-4/+7
|
* doc: add '.. program:: ghdl' directive (#1017)1138-4EB2019-11-1211-1/+12
|
* ghdldrv: adjust after change in Dyn_Tables. Fix breakage.Tristan Gingold2019-11-111-6/+5
|
* netlists-gates: add comments.Tristan Gingold2019-11-111-0/+3
|
* netlists-dump: display ports name.Tristan Gingold2019-11-112-12/+29
|
* netlists: optimize trunc.Tristan Gingold2019-11-114-8/+64
|
* synth: simplify equality tests.Tristan Gingold2019-11-111-2/+3
|
* netlists: expand dyn_insert_enTristan Gingold2019-11-112-4/+18
|
* testsuite/synth: add a test for previous commit.Tristan Gingold2019-11-113-1/+75
|
* netlists-expands: handle gaps.Tristan Gingold2019-11-111-12/+12
|
* netlists: add more support for dyn_insert_enTristan Gingold2019-11-113-6/+21
|
* netlists: add dyn_insert_en gate.Tristan Gingold2019-11-114-50/+95
|
* testsuite/synth: add an incorrectly handled dff.Tristan Gingold2019-11-113-1/+74
|
* synth: merge partial assignments before merging phis.Tristan Gingold2019-11-112-1/+57
|
* synth-decls: Only emit unused warnings on signals (andTristan Gingold2019-11-111-4/+8
|
* dyn_tables: move Table_Initial generic to argument ofTristan Gingold2019-11-1112-21/+20
|
* synth: move net_table to netlists-utils.Tristan Gingold2019-11-113-13/+14
|
* netlists: add 2 flags per instance, including a mark flag.Tristan Gingold2019-11-112-6/+33
|
* synth: initial support for file types. For #1004Tristan Gingold2019-11-115-33/+105
|
* synth: initial support of access type. For #1004Tristan Gingold2019-11-115-4/+76
|
* Update doc (#1003)1138-4EB2019-11-1136-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 65Tristan Gingold2019-11-073-14/+53
|
* testsuite/synth: add testcase for or short-circuit. #1005Tristan Gingold2019-11-072-3/+28
|
* synth: also handle or short-circuit. For #1005Tristan Gingold2019-11-071-14/+35
|
* Makefile.in: adjust libghdl name on windows. For #1010Tristan Gingold2019-11-071-0/+6
|
* Add testcase for #1011Tristan Gingold2019-11-062-0/+40
|