rtlil: Make Process handling more uniform with Cell and Wire.
authorMarcelina Kościelnicka <mwk@0x04.net>
Sun, 11 Jul 2021 21:57:53 +0000 (23:57 +0200)
committerMarcelina Kościelnicka <mwk@0x04.net>
Sun, 11 Jul 2021 22:47:34 +0000 (00:47 +0200)
commit009940f56ca71cc8655a13a514371eb5757b96ca
tree8b194a81a92590973eb662c1207a876d010b2966
parent726fabd65e51c7a15a2a2dc24d3b99426ef43ad2
rtlil: Make Process handling more uniform with Cell and Wire.

- add a backlink to module from Process
- make constructor and destructor protected, expose Module functions
  to add and remove processes
frontends/ast/genrtlil.cc
frontends/rtlil/rtlil_parser.y
kernel/rtlil.cc
kernel/rtlil.h
kernel/yosys.h
passes/cmds/bugpoint.cc
passes/cmds/delete.cc
passes/proc/proc_clean.cc