aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap14.adb
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
|
* vhdl/translate: handle vhdl-93 'last_value. Fix #1440Tristan Gingold2020-08-261-23/+149
|
* vhdl: add ghdl_integer_index_check_failed. For #1257Tristan Gingold2020-06-171-1/+1
| | | | Improve error message in case of (integer) index not in bounds.
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-3/+3
| | | | Global renaming.
* vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.Tristan Gingold2019-05-101-1/+1
|
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-1/+1
|
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
|
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-051-1/+1
|
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-1/+1
|
* translate: renaming of Kind_Expr/Get_Ortho_Expr.Tristan Gingold2018-12-111-1/+1
|
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-4/+2
|
* Use flist for enumerations.Tristan Gingold2017-11-071-5/+5
|
* Create default value for ports.Tristan Gingold2017-05-091-32/+3
| | | | Fix #328
* Add 'Image and 'Value for i64.Tristan Gingold2017-01-131-14/+13
| | | | Fix #254
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-021-2/+4
|
* translate: refactoring for ortho_info_type.Tristan Gingold2016-12-301-2/+2
|
* Add Eval_Attribute_Parameter_Or_1Tristan Gingold2016-09-301-1/+1
|
* Fix translation of leftof/rightof.Tristan Gingold2016-07-301-2/+4
|
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-211-2/+2
|
* Do not create signal type for scalar type.Tristan Gingold2015-12-201-5/+4
| | | | Use ghdl_signal_ptr instead. Fallout of sigptr.
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-27/+13
| | | | Improve simulation speed by about 20%.
* Check enumeration overflow for succ/pred attributes.Tristan Gingold2015-05-151-12/+24
| | | | | | Translate 'Leftof and 'Rightof. Fix ticket 65.
* Split translation into child packages.Tristan Gingold2014-11-091-0/+938