From 030bf768bc26708ce0bd906427cc6acacad83c4c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 25 Sep 2019 21:07:51 +0200 Subject: synth: allow entities with no ports. --- src/synth/netlists.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb index 66854a714..079134b78 100644 --- a/src/synth/netlists.adb +++ b/src/synth/netlists.adb @@ -158,7 +158,6 @@ package body Netlists is return Module is pragma Assert (Is_Valid (Parent)); - pragma Assert (Nbr_Inputs + Nbr_Outputs > 0); Parent_Rec : Module_Record renames Modules_Table.Table (Parent); Res : Module; begin -- cgit v1.2.3