Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework 'python', rename to 'pyGHDL' | umarcor | 2020-12-27 | 17 | -5380/+0 |
| | | | | | | | | | | * Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'. | ||||
* | py: run black | eine | 2020-12-16 | 2 | -723/+446 |
| | |||||
* | vhdl: handle locally static attributes on entity/architecture/configurations | Tristan Gingold | 2020-12-08 | 2 | -1188/+1484 |
| | | | | | | | | | | | | | Attributes of entity/architecture/configurations are expected to be locally static so that they can be referenced from outside (so on the non-instantiated entity). But many designs break this assumption. In relaxed mode, non-locally static attributes are allowed but now cannot be referenced outside the entity. Locally static attributes can be referenced from outside. Fix #1528 | ||||
* | py: run black | eine | 2020-09-26 | 2 | -723/+445 |
| | |||||
* | vhdl: parse subprogram instantiations. For #1470 | Tristan Gingold | 2020-09-24 | 2 | -1110/+1407 |
| | |||||
* | py: run black | eine | 2020-09-15 | 1 | -2/+1 |
| | |||||
* | vhdl: recognize reduce operations from numeric_std. | Tristan Gingold | 2020-09-14 | 1 | -232/+269 |
| | | | | Handle them in synthesis. | ||||
* | py undefined symbols | umarcor | 2020-08-31 | 2 | -5/+5 |
| | |||||
* | ci: run black 20.8b1 | eine | 2020-08-27 | 1 | -2/+2 |
| | |||||
* | python: execute 'black' | eine | 2020-08-23 | 10 | -929/+698 |
| | |||||
* | vhdl: recognize more operators for std_logic_unsigned/signed. | Tristan Gingold | 2020-08-07 | 1 | -174/+200 |
| | |||||
* | vhdl: recognize more std_logic_arith operators. | Tristan Gingold | 2020-08-07 | 1 | -116/+128 |
| | |||||
* | vhdl: parse and analyze force/release signal assignment statements. | Tristan Gingold | 2020-08-01 | 2 | -273/+296 |
| | | | | For #1416 | ||||
* | vhdl: add force and release tokens. For #1416 | Tristan Gingold | 2020-08-01 | 1 | -53/+55 |
| | |||||
* | vhdl: replace base_type with parent_type in nodes | Tristan Gingold | 2020-07-22 | 2 | -5/+5 |
| | | | | | Only for subtype definition and remove base_type in type definitions. Allows to better track the addition of contraints. | ||||
* | synth: handle std_logic_signed.conv_integer. For ghdl/ghdl-yosys-plugin#126 | Tristan Gingold | 2020-06-19 | 1 | -130/+131 |
| | |||||
* | vhdl: decode to_x01 (from ieee.std_logic_1164) | Tristan Gingold | 2020-06-19 | 1 | -370/+388 |
| | |||||
* | vhdl: create default configuration for a vunit. Fix #1372 | Tristan Gingold | 2020-06-15 | 3 | -435/+444 |
| | |||||
* | vhdl: analyze and synth concurrent statements in vunit. Fix #1366 | Tristan Gingold | 2020-06-12 | 1 | -0/+5 |
| | |||||
* | Synthesis of PSL prev function. | Tristan Gingold | 2020-06-02 | 2 | -5/+5 |
| | |||||
* | vhdl: parse PSL prev/stable/rose/fell builtin calls. For #662 | Tristan Gingold | 2020-06-02 | 3 | -117/+155 |
| | |||||
* | synth: handle reduction operators. Fix #1342 | Tristan Gingold | 2020-05-27 | 1 | -362/+366 |
| | |||||
* | vhdl-nodes: Rename and move shift/rotate predefined functions. Fix #1325 | Tristan Gingold | 2020-05-19 | 1 | -37/+37 |
| | |||||
* | synth: handle functional call to numeric_std binary operators. For #1313 | Tristan Gingold | 2020-05-16 | 1 | -81/+81 |
| | |||||
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 2 | -14/+9 |
| | | | | Global renaming. | ||||
* | synth-oper: recognize more operations from std_logic_arith. | Tristan Gingold | 2020-04-12 | 1 | -60/+84 |
| | |||||
* | vhdl: recognize math_real.floor. For #1210 | Tristan Gingold | 2020-04-11 | 1 | -151/+152 |
| | |||||
* | vhdl: recognize ext/sxt from std_logic_arith. | Tristan Gingold | 2020-04-11 | 1 | -92/+94 |
| | |||||
* | vhdl: recognize comparaison of std_logic_arith. | Tristan Gingold | 2020-04-11 | 1 | -12/+60 |
| | |||||
* | vhdl: add scalar_size. Size of scalar types is computed during analysis. | Tristan Gingold | 2020-04-06 | 2 | -97/+108 |
| | |||||
* | vhdl: recognize reduce functions in std_logic_misc. | Tristan Gingold | 2020-03-28 | 1 | -0/+12 |
| | |||||
* | synth: handle ieee.numeric_std.to_01 | Tristan Gingold | 2020-03-22 | 1 | -90/+92 |
| | |||||
* | vhdl: recognize minimum/maximum in numeric_std. For #1168 | Tristan Gingold | 2020-03-21 | 1 | -164/+176 |
| | |||||
* | synth: handle more operations from synsopsys packages. | Tristan Gingold | 2020-03-14 | 1 | -77/+79 |
| | |||||
* | vhdl: recognize more std_logic_arith operations. | Tristan Gingold | 2020-03-13 | 1 | -0/+32 |
| | |||||
* | vhdl-ieee-std_logic_arith: recognize more conversions. | Tristan Gingold | 2020-03-11 | 1 | -0/+4 |
| | |||||
* | vhdl: recognize mod/rem operators. | Tristan Gingold | 2020-03-10 | 1 | -162/+174 |
| | |||||
* | synthesis: add option --vendor-library= for synthesis. | Tristan Gingold | 2020-03-10 | 2 | -141/+149 |
| | |||||
* | vhdl: recognize conversion functions from std_logic_1164 | Tristan Gingold | 2020-02-18 | 1 | -216/+222 |
| | |||||
* | synth: handle some rotation and shifts. Fix #1077 | Tristan Gingold | 2020-01-30 | 1 | -205/+209 |
| | |||||
* | synth: handle matching comparisons. Fix #1109 | Tristan Gingold | 2020-01-24 | 1 | -90/+126 |
| | |||||
* | synth: add id_abs gate. For #1101 | Tristan Gingold | 2020-01-20 | 1 | -71/+72 |
| | |||||
* | synth: handle more signed operations. For #1101 | Tristan Gingold | 2020-01-19 | 1 | -140/+144 |
| | |||||
* | vhdl: recognize predefined shift operators for ieee.numeric_std. For #1077 | Tristan Gingold | 2020-01-11 | 1 | -77/+85 |
| | |||||
* | synth: handle ieee.math_real.round Fix #1075 | Tristan Gingold | 2020-01-10 | 1 | -50/+51 |
| | |||||
* | ams-vhdl: add support for 'delayed for quantity. | Tristan Gingold | 2019-12-31 | 1 | -25/+28 |
| | |||||
* | ams-vhdl: handle zoh, ltf and ztf attributes. | Tristan Gingold | 2019-12-31 | 2 | -98/+123 |
| | |||||
* | ams-vhdl: add simultaneous null statement. | Tristan Gingold | 2019-12-30 | 1 | -86/+90 |
| | |||||
* | ams-vhdl: add frequency function, minor fixes. | Tristan Gingold | 2019-12-30 | 1 | -180/+181 |
| | |||||
* | ams-vhdl: check nature for record natures and terminals. | Tristan Gingold | 2019-12-30 | 2 | -235/+249 |
| |