diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-23 11:52:41 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-23 11:52:41 +0200 |
commit | 700a2e85da31c53067b4b4139b1a0c2f78818c68 (patch) | |
tree | fa1e1a11f33453464fe1fedc7d1aa734f4a96d01 /testsuite/pyunit | |
parent | 95d5cb9329ee335a64e444ed0fd93bb0950edc5a (diff) | |
download | ghdl-700a2e85da31c53067b4b4139b1a0c2f78818c68.tar.gz ghdl-700a2e85da31c53067b4b4139b1a0c2f78818c68.tar.bz2 ghdl-700a2e85da31c53067b4b4139b1a0c2f78818c68.zip |
First primitive handling of selected names.
Diffstat (limited to 'testsuite/pyunit')
-rw-r--r-- | testsuite/pyunit/Current.vhdl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |