| Commit message (Expand) | Author | Age | Files | Lines |
* | synth: add --expect-failure for command --synth | Tristan Gingold | 2020-01-11 | 1 | -1/+18 |
* | synth: simplify support of inertial associations. | Tristan Gingold | 2020-01-09 | 2 | -0/+5 |
* | vhdl: handle -gGEN=VAL for --synth. Fix #1062 | Tristan Gingold | 2020-01-01 | 3 | -5/+86 |
* | ghdlsynth: allow display for libghdl. | Tristan Gingold | 2019-12-24 | 1 | -21/+42 |
* | ghdlsynth: fix crash on synthesis of a second design. | Tristan Gingold | 2019-12-05 | 1 | -0/+4 |
* | synth: support multiple synthesis. | Tristan Gingold | 2019-12-02 | 2 | -18/+34 |
* | netlists-dump: add option --disp-noid | Tristan Gingold | 2019-11-30 | 1 | -0/+5 |
* | synth: infrastructure for debugger. | Tristan Gingold | 2019-11-20 | 1 | -0/+3 |
* | ghdlsynth: add option -t for tracing. | Tristan Gingold | 2019-11-17 | 1 | -0/+3 |
* | ghdldrv: adjust after change in Dyn_Tables. Fix breakage. | Tristan Gingold | 2019-11-11 | 1 | -6/+5 |
* | ghdlmain: simplify code. | Tristan Gingold | 2019-11-04 | 1 | -4/+1 |
* | ghdlmain: fix deallocation in response file handling. | Tristan Gingold | 2019-11-04 | 1 | -0/+10 |
* | ghdlsynth: add -de option. | Tristan Gingold | 2019-10-27 | 1 | -0/+3 |
* | synth: add netlists-memories to extract memories. Still WIP. | Tristan Gingold | 2019-10-17 | 1 | -0/+3 |
* | synth: handle overflow literal. | Tristan Gingold | 2019-10-15 | 1 | -1/+0 |
* | Use Decode_Work_Option in options. Factorize code. | Tristan Gingold | 2019-10-15 | 1 | -1/+3 |
* | ghdlsynth: allow --work= option in the middle of files. | Tristan Gingold | 2019-10-15 | 1 | -1/+13 |
* | ghdlsynth: add --out=none to not display the result. | Tristan Gingold | 2019-10-10 | 1 | -1/+6 |
* | ghdlsynth: setup error messages for netlists. | Tristan Gingold | 2019-10-07 | 1 | -0/+2 |
* | ghdlsynth: add --out=dump | Tristan Gingold | 2019-10-07 | 1 | -1/+7 |
* | ghdlsynth: fix crash when using libghdl. | Tristan Gingold | 2019-10-06 | 1 | -0/+2 |
* | ghdlsynth: display bugbox in case of unknown exception. | Tristan Gingold | 2019-10-02 | 1 | -1/+3 |
* | synth: add debug flag -dc to not clean. | Tristan Gingold | 2019-09-17 | 1 | -0/+3 |
* | synth: add synth-flags, add debug option -di. | Tristan Gingold | 2019-09-17 | 1 | -0/+4 |
* | synth-disp_vhdl: handle record for input ports. | Tristan Gingold | 2019-09-03 | 1 | -3/+6 |
* | synth: add support for --synth on llvm, link with -lm. | Tristan Gingold | 2019-08-30 | 1 | -0/+2 |
* | vhdl psl: fully scan PSL keywords in scanner. | Tristan Gingold | 2019-08-20 | 1 | -1/+7 |
* | synth: analyze input files. | Tristan Gingold | 2019-08-20 | 1 | -1/+8 |
* | synth: handle verification units. | Tristan Gingold | 2019-08-20 | 1 | -0/+2 |
* | vhdl: recognize PSL units reserved words. | Tristan Gingold | 2019-08-16 | 1 | -1/+1 |
* | ghdlsynth: add command to get libghdl paths. | Tristan Gingold | 2019-08-14 | 4 | -22/+97 |
* | ghdldrv: move command_str_disp from ghdlvpi to ghdlmain | Tristan Gingold | 2019-08-14 | 3 | -38/+38 |
* | vhdl: add PSL keywords to vhdl08 reserved words. | Tristan Gingold | 2019-08-14 | 1 | -9/+2 |
* | libghdl: also add synthesis part. For #884 | Tristan Gingold | 2019-08-13 | 2 | -8/+50 |
* | Add support for PSL assumptions, used in formal verification (#880) | Pepijn de Vos | 2019-08-07 | 2 | -0/+3 |
* | synth: enable handling of pragma translate_on/off. | Tristan Gingold | 2019-07-24 | 1 | -0/+3 |
* | synth: use original entity to display netlist. | Tristan Gingold | 2019-07-23 | 1 | -2/+10 |
* | ghdlsynth: preliminary work for wrapped generation. | Tristan Gingold | 2019-07-22 | 1 | -1/+8 |
* | synth: minor rework. | Tristan Gingold | 2019-07-22 | 1 | -10/+23 |
* | ghdlsynth: quit early in case of error. | Tristan Gingold | 2019-07-15 | 1 | -1/+10 |
* | ghdlsynth: check top entity can be a top entity. | Tristan Gingold | 2019-07-14 | 2 | -19/+35 |
* | vhdl: refactoring: remove configure function with string access. | Tristan Gingold | 2019-07-14 | 4 | -76/+81 |
* | ghdlsynth: automatically find top entity if not specified. | Tristan Gingold | 2019-07-14 | 1 | -8/+33 |
* | synth: set flag_elaborate. | Tristan Gingold | 2019-07-11 | 1 | -0/+2 |
* | libghdl: automatically set the prefix from shared library | Tristan Gingold | 2019-07-09 | 1 | -1/+1 |
* | ghdllocal: correctly disp GHDL_PREFIX in --disp-config. | Tristan Gingold | 2019-07-09 | 3 | -8/+8 |
* | configure: add --enable-synth (off by default). | Tristan Gingold | 2019-07-06 | 4 | -4/+27 |
* | libghdlsynth: decode options. | Tristan Gingold | 2019-07-04 | 2 | -75/+96 |
* | vhdl: parse and analyze restrict directive. | Tristan Gingold | 2019-07-04 | 1 | -0/+2 |
* | ghdllocal: fix a typo in an error message. | Tristan Gingold | 2019-07-02 | 1 | -1/+1 |