aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_stmts.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-18 21:32:59 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-20 21:54:35 +0100
commit418800b56e3296eec94e56707ebad7dcd1d1c6ee (patch)
tree3dc316321d3bdef39629dc57dde9651e276b9f2b /src/synth/elab-vhdl_stmts.adb
parenta53b01b53c3c8225a832e8f20d019ac39d68ce38 (diff)
downloadghdl-418800b56e3296eec94e56707ebad7dcd1d1c6ee.tar.gz
ghdl-418800b56e3296eec94e56707ebad7dcd1d1c6ee.tar.bz2
ghdl-418800b56e3296eec94e56707ebad7dcd1d1c6ee.zip
synth: create sub-instace for processes
Diffstat (limited to 'src/synth/elab-vhdl_stmts.adb')
-rw-r--r--src/synth/elab-vhdl_stmts.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_stmts.adb b/src/synth/elab-vhdl_stmts.adb
index 6f0339534..ebb2380b2 100644
--- a/src/synth/elab-vhdl_stmts.adb
+++ b/src/synth/elab-vhdl_stmts.adb
@@ -268,7 +268,7 @@ package body Elab.Vhdl_Stmts is
begin
case Get_Kind (Stmt) is
when Iir_Kinds_Process_Statement =>
- null;
+ Create_Sub_Instance (Syn_Inst, Stmt, null);
when Iir_Kind_Concurrent_Simple_Signal_Assignment
| Iir_Kind_Concurrent_Selected_Signal_Assignment
| Iir_Kind_Concurrent_Conditional_Signal_Assignment