From 700a2e85da31c53067b4b4139b1a0c2f78818c68 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 23 Jun 2021 11:52:41 +0200 Subject: First primitive handling of selected names. --- testsuite/pyunit/Current.vhdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/pyunit') diff --git a/testsuite/pyunit/Current.vhdl b/testsuite/pyunit/Current.vhdl index ed86e0614..874844590 100644 --- a/testsuite/pyunit/Current.vhdl +++ b/testsuite/pyunit/Current.vhdl @@ -35,12 +35,12 @@ architecture behav of entity_1 is -- file f : text; - function foo generic(g : int8) (a : integer; b : boolean) return bit is + function func (a : integer; b : boolean) return bit is begin end function; - shared variable foo : bob; + shared variable pt_var : lib.pack.prot; procedure proc(spam : egg) is begin -- cgit v1.2.3