| Commit message (Expand) | Author | Age | Files | Lines |
* | grt: add real now variable. | Tristan Gingold | 2022-07-20 | 4 | -0/+19 |
* | ghdlsimul: simplify elaboration circuitery | Tristan Gingold | 2022-07-20 | 1 | -13/+0 |
* | elab-vhdl_context: add iterator for top-level packages | Tristan Gingold | 2022-07-20 | 2 | -0/+36 |
* | configure: add --with-sundials (preliminary work) | Tristan Gingold | 2022-07-20 | 4 | -1/+56 |
* | elab-vhdl_debug: disp fp64 values | Tristan Gingold | 2022-07-20 | 4 | -2/+10 |
* | testsuite/gna: add a test for #2134 | Tristan Gingold | 2022-07-16 | 3 | -0/+61 |
* | vhdl-sem_specs: allow protected body in scope of an attribute. Fix #2134 | Tristan Gingold | 2022-07-16 | 1 | -0/+2 |
* | vhdl: preliminary work to elaborat quantities | Tristan Gingold | 2022-07-16 | 7 | -2/+26 |
* | elab-vhdl_values: add Create_Value_Quantity | Tristan Gingold | 2022-07-16 | 6 | -2/+41 |
* | grt-types: add Mode_Above | Tristan Gingold | 2022-07-16 | 4 | -7/+15 |
* | vhdl: add Iir_Kinds_AMS_Signal_Attribute | Tristan Gingold | 2022-07-16 | 5 | -22/+38 |
* | vhdl-cannon: add Canon_Extract_Sensitivity_Break_Statement | Tristan Gingold | 2022-07-16 | 2 | -1/+16 |
* | netlists-inference: add (disabled) code to add a latch | Tristan Gingold | 2022-07-16 | 1 | -26/+103 |
* | testsuite/synth: add latch01 | Tristan Gingold | 2022-07-14 | 3 | -0/+57 |
* | testsuite/synth: use standard functions for issue2125 | Tristan Gingold | 2022-07-14 | 1 | -8/+2 |
* | synth: Display dlatch | Tristan Gingold | 2022-07-14 | 3 | -2/+9 |
* | Makefile.in: add dependency for local install of synth_gates.h | Tristan Gingold | 2022-07-14 | 1 | -1/+1 |
* | netlists: add d-latch | Tristan Gingold | 2022-07-12 | 3 | -2/+38 |
* | Fix access check failed from iir_kind_selected_element (#2132) | Michael Nolan | 2022-07-12 | 1 | -0/+1 |
* | testsuite/synth: add a test for #2125 | Tristan Gingold | 2022-07-11 | 6 | -0/+152 |
* | testsuite/synth/dff02: do not run dff06 (creates a latch) | Tristan Gingold | 2022-07-11 | 1 | -1/+2 |
* | synth-environment: do inference during wire finalization | Tristan Gingold | 2022-07-11 | 1 | -13/+31 |
* | synth-environment: add Loc parameter to Add_Conc_Assign | Tristan Gingold | 2022-07-11 | 3 | -4/+13 |
* | netlists-inference: detect false loops only for variables. Fix #2125 | Tristan Gingold | 2022-07-11 | 1 | -2/+3 |
* | testsuite/synth: add a test for #2113 | Tristan Gingold | 2022-07-08 | 2 | -0/+66 |
* | netlists-disp_verilog: do not connect to null-range output. For #2113 | Tristan Gingold | 2022-07-08 | 1 | -41/+47 |
* | vhdl-evaluation: explicitly compute integer_exp to handle overflow. | Tristan Gingold | 2022-07-07 | 1 | -2/+31 |
* | vhdl-evaluation: make overflow_literal non locally static. | Tristan Gingold | 2022-07-07 | 2 | -1/+6 |
* | netlists-disp_verilog: fix output for id_abs. For #2123 | Tristan Gingold | 2022-07-06 | 1 | -1/+2 |
* | testsuite/synth: add a test for #2129 | Tristan Gingold | 2022-07-06 | 2 | -0/+32 |
* | synth-vhdl_oper: handle is_x for signed/unsigned. Fix #2129 | Tristan Gingold | 2022-07-06 | 1 | -1/+3 |
* | testsuite/gna: adjust previous commit | Tristan Gingold | 2022-07-06 | 1 | -2/+10 |
* | testsuite/gna: add more tests for #2116 | Tristan Gingold | 2022-07-06 | 3 | -0/+18 |
* | Fix CI failure on macosx (llvm) (#2128) | tgingold | 2022-07-06 | 1 | -4/+2 |
* | Merge pull request #2127 from C-Elegans/to_ux01_unhandled_function | tgingold | 2022-07-05 | 3 | -1/+31 |
|\ |
|
| * | Fix issue #2126, add handling of to_ux01 to synthesis | Michael Nolan | 2022-07-05 | 3 | -1/+31 |
|/ |
|
* | ci/Test: typo | umarcor | 2022-07-05 | 1 | -1/+1 |
* | Test.yml: list brew package on macos | Tristan Gingold | 2022-07-05 | 1 | -4/+2 |
* | testsuite/synth: add a test for #2124 | Tristan Gingold | 2022-07-05 | 4 | -0/+81 |
* | synth-vhdl_insts: do not crash on unconnected input. Fix #2124 | Tristan Gingold | 2022-07-05 | 1 | -0/+4 |
* | Test.yml: add more debug commands for macos | Tristan Gingold | 2022-07-04 | 1 | -1/+1 |
* | Test.yml: fix syntax | Tristan Gingold | 2022-07-04 | 1 | -4/+5 |
* | Test.yml: untabify | Tristan Gingold | 2022-07-04 | 1 | -3/+3 |
* | github/workflows: add log for llvm on macos | Tristan Gingold | 2022-07-04 | 1 | -0/+3 |
* | doc: --gen-depends is not available with mcode. Fix #2121 | Tristan Gingold | 2022-07-04 | 1 | -3/+6 |
* | testsuite/synth: add a test for #2123 | Tristan Gingold | 2022-07-04 | 2 | -0/+27 |
* | netlists-disp_verilog: handle Id_Abs. Fix #2113 | Tristan Gingold | 2022-07-04 | 1 | -1/+1 |
* | Merge pull request #2059 from Xiretza/testsuite-show-diffs | tgingold | 2022-07-03 | 5 | -7/+7 |
|\ |
|
| * | fix(testsuite): show diffs on comparison failure | Xiretza | 2022-05-16 | 5 | -7/+7 |
* | | Fix docstring and a small bug in PoSh precompile script | Patrick Lehmann | 2022-07-03 | 8 | -11/+14 |
|\ \ |
|