aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue418/repro2.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue418/repro2.vhdl')
-rw-r--r--testsuite/gna/issue418/repro2.vhdl3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/gna/issue418/repro2.vhdl b/testsuite/gna/issue418/repro2.vhdl
index 9565c86ee..82221ec18 100644
--- a/testsuite/gna/issue418/repro2.vhdl
+++ b/testsuite/gna/issue418/repro2.vhdl
@@ -2,7 +2,7 @@ entity repro2 is
end;
architecture behav of repro2 is
- -- AXI-Lite Interface signals
+ -- AXI-Lite Interface signals
type address_channel is record
--DUT inputs
awaddr : bit_vector;
@@ -31,5 +31,4 @@ begin
assert s.write_channel.awaddr(14) = '1';
wait;
end process;
-
end;