From 324d56b5ab4b1cdd1c43f412d4139a38dcb90eb9 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 18 Aug 2021 08:19:44 +0200 Subject: Handle open in map aspects. --- testsuite/pyunit/Current.vhdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/pyunit/Current.vhdl') diff --git a/testsuite/pyunit/Current.vhdl b/testsuite/pyunit/Current.vhdl index 81887ae7f..b4906e211 100644 --- a/testsuite/pyunit/Current.vhdl +++ b/testsuite/pyunit/Current.vhdl @@ -165,7 +165,8 @@ begin begin inst4: entity work.counter4(rtl) port map ( - clk => Clock + clk => Clock, + value => open ); end block; -- cgit v1.2.3