aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
Commit message (Expand)AuthorAgeFilesLines
...
* synth: handle functional call to numeric_std binary operators. For #1313Tristan Gingold2020-05-161-24/+33
* vhdl: allow attribute specifications in protected types. For #1252Tristan Gingold2020-04-201-44/+48
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-201-8/+2
* vhdl: handling attribute specification in instantiations. Fix #1229Tristan Gingold2020-04-161-3/+3
* synth-oper: recognize more operations from std_logic_arith.Tristan Gingold2020-04-121-0/+26
* vhdl: recognize math_real.floor. For #1210Tristan Gingold2020-04-111-0/+1
* vhdl: recognize ext/sxt from std_logic_arith.Tristan Gingold2020-04-111-0/+3
* vhdl: recognize comparaison of std_logic_arith.Tristan Gingold2020-04-111-0/+54
* vhdl: add scalar_size. Size of scalar types is computed during analysis.Tristan Gingold2020-04-061-1/+24
* vhdl: recognize reduce functions in std_logic_misc.Tristan Gingold2020-03-281-1/+15
* vhdl: move get_subprogram_body_origin to vhdl-sem_inst.Tristan Gingold2020-03-241-0/+11
* synth: handle ieee.numeric_std.to_01Tristan Gingold2020-03-221-0/+3
* vhdl: recognize minimum/maximum in numeric_std. For #1168Tristan Gingold2020-03-211-0/+14
* synth: handle more operations from synsopsys packages.Tristan Gingold2020-03-141-8/+12
* vhdl: recognize more std_logic_arith operations.Tristan Gingold2020-03-131-1/+37
* vhdl-ieee-std_logic_arith: recognize more conversions.Tristan Gingold2020-03-111-1/+6
* vhdl: recognize mod/rem operators.Tristan Gingold2020-03-101-0/+14
* synthesis: add option --vendor-library= for synthesis.Tristan Gingold2020-03-101-0/+9
* vhdl: recognize conversion functions from std_logic_1164Tristan Gingold2020-02-181-0/+6
* synth: handle some rotation and shifts. Fix #1077Tristan Gingold2020-01-301-0/+5
* synth: handle matching comparisons. Fix #1109Tristan Gingold2020-01-241-0/+42
* synth: add id_abs gate. For #1101Tristan Gingold2020-01-201-0/+2
* synth: handle more signed operations. For #1101Tristan Gingold2020-01-191-0/+4
* vhdl: recognize predefined shift operators for ieee.numeric_std. For #1077Tristan Gingold2020-01-111-0/+9
* synth: handle ieee.math_real.round Fix #1075Tristan Gingold2020-01-101-0/+1
* ams-vhdl: add support for 'delayed for quantity.Tristan Gingold2019-12-311-0/+4
* ams-vhdl: handle zoh, ltf and ztf attributes.Tristan Gingold2019-12-311-0/+25
* ams-vhdl: add simultaneous null statement.Tristan Gingold2019-12-301-0/+39
* ams-vhdl: add frequency function, minor fixes.Tristan Gingold2019-12-301-0/+1
* ams-vhdl: improve error recoveryTristan Gingold2019-12-301-0/+1
* ams-vhdl: analyze, canon and print simultaneous procedural statements.Tristan Gingold2019-12-301-2/+7
* ams-vhdl: fix tree consistency for terminal declaration.Tristan Gingold2019-12-301-2/+2
* ams-vhdl: check nature for record natures and terminals.Tristan Gingold2019-12-301-1/+15
* vhdl-ams: fix tree consistency for subnature declaration.Tristan Gingold2019-12-291-4/+4
* vhdl-ams: fix overload for simple simultaneous statement.Tristan Gingold2019-12-291-0/+4
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-281-28/+643
* vhdl: add Has_Delay_Machanism for optional 'inertial' printing.Tristan Gingold2019-12-261-0/+11
* vhdl: recognize ieee.std_logic_1164.is_x.Tristan Gingold2019-12-241-0/+3
* vhdl: recognize sin and cos from math_real.Tristan Gingold2019-11-261-0/+2
* synth: preliminary work to support intrinsic procedures.Tristan Gingold2019-11-141-0/+5
* vhdl: recognize rising_edge/falling_edge.Tristan Gingold2019-11-061-0/+3
* vhdl: allow attributes in vunit declarations.Tristan Gingold2019-10-301-0/+2
* vhdl: recognize std_logic_unsigned.conv_integer.Tristan Gingold2019-10-131-0/+2
* vhdl: recognize conv_integer functions from std_logic_arith.Tristan Gingold2019-10-111-1/+6
* vhdl: recognize std_logic_signed package (from synopsys).Tristan Gingold2019-10-111-0/+13
* vhdl: recognize minus from std_logic_unsignedTristan Gingold2019-10-111-0/+6
* vhdl: recognize conv_unsigned from ieee.std_logic_arith.Tristan Gingold2019-10-101-1/+7
* synth: handle package bodies.Tristan Gingold2019-10-071-0/+1
* vhdl: recognize to_bitvector.Tristan Gingold2019-10-071-0/+2
* vhdl: recognize div operators.Tristan Gingold2019-09-301-0/+7