Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --std=19 | Xiretza | 2022-02-28 | 1 | -1/+2 |
| | | | | | | Currently, all behaviour is the same as for --std=08, except for the standard library search path. No standard libraries exist yet, so running ghdl with --std=19 will fail. | ||||
* | vhdl: make standard.now impure for vhdl 2008. Fix #1691 | Tristan Gingold | 2021-03-20 | 1 | -5/+11 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | vhdl: replace base_type with parent_type in nodes | Tristan Gingold | 2020-07-22 | 1 | -30/+9 |
| | | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints. | ||||
* | vhdl: add wildcard_psl_boolean. For #1387 | Tristan Gingold | 2020-07-02 | 1 | -0/+2 |
| | |||||
* | vhdl: --std93c is now an alias for --std=93 -frelaxed | Tristan Gingold | 2020-06-13 | 1 | -6/+6 |
| | | | | This simplifies the definition of --std=93c | ||||
* | Synthesis of PSL prev function. | Tristan Gingold | 2020-06-02 | 1 | -0/+6 |
| | |||||
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -1/+1 |
| | | | | Global renaming. | ||||
* | vhdl: add scalar_size. Size of scalar types is computed during analysis. | Tristan Gingold | 2020-04-06 | 1 | -0/+24 |
| | |||||
* | ams-vhdl: add frequency function, minor fixes. | Tristan Gingold | 2019-12-30 | 1 | -2/+17 |
| | |||||
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -0/+84 |
| | |||||
* | vhdl-std_package: reduce cascaded error messages. | Tristan Gingold | 2019-09-30 | 1 | -0/+1 |
| | |||||
* | vhdl: time resolution is fs for auto in vhdl 87 | Tristan Gingold | 2019-05-28 | 1 | -0/+6 |
| | |||||
* | vhdl: get rid of Get/Set_Physical_Unit. | Tristan Gingold | 2019-05-28 | 1 | -28/+40 |
| | | | | Use integer_literal for evaluated physical literals. | ||||
* | vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64. | Tristan Gingold | 2019-05-10 | 1 | -10/+10 |
| | |||||
* | vhdl-nodes_utils: renaming. | Tristan Gingold | 2019-05-07 | 1 | -3/+3 |
| | |||||
* | vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling. | Tristan Gingold | 2019-05-06 | 1 | -6/+6 |
| | |||||
* | vhdl: move iirs_utils to vhdl.utils | Tristan Gingold | 2019-05-06 | 1 | -9/+9 |
| | |||||
* | vhdl: move std_standard package to vhdl child. | Tristan Gingold | 2019-05-05 | 1 | -0/+1363 |