diff options
Diffstat (limited to 'src/synth/synth-environment.adb')
-rw-r--r-- | src/synth/synth-environment.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-environment.adb b/src/synth/synth-environment.adb index bd5202e6a..fd04f0673 100644 --- a/src/synth/synth-environment.adb +++ b/src/synth/synth-environment.adb @@ -1369,6 +1369,7 @@ package body Synth.Environment is -- -- This really helps inference as the net R0 doesn't have to be -- walked twice (in absence of memoization). + -- OTOH, it makes memory handling slightly more complex... -- Build mux. N1_Inst := Get_Net_Parent (N (1)); |