aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synthesis.ads
Commit message (Collapse)AuthorAgeFilesLines
* synth: add hooks to support elaboration of foreign instancesTristan Gingold2021-11-281-0/+3
|
* synth: do full elaboration before synthesisTristan Gingold2021-11-011-5/+5
|
* synth: factorize code to create base instanceTristan Gingold2021-08-281-0/+7
|
* synthesis.adb: abstract instance_passesTristan Gingold2021-08-281-0/+4
|
* synth: rename synth-context to synth-vhdl_contextTristan Gingold2021-04-161-1/+1
|
* update license headersumarcor2021-02-051-5/+3
|
* synth: top entity name is not anymore hashed by default.Tristan Gingold2020-03-011-2/+7
| | | | Use --top-name=hash to get the previous behaviour.
* synth: refactoring to reduce global variables.Tristan Gingold2019-09-191-2/+0
|
* synth-disp_vhdl: handle record for input ports.Tristan Gingold2019-09-031-1/+3
|
* synth: handle instantiation (WIP)Tristan Gingold2019-07-101-0/+2
|
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
|
* Add netlist generation infrastructure.Tristan Gingold2017-01-311-0/+28