Skip to content

Commit

Permalink
Rename issue979 test case to issue985
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Sep 20, 2024
1 parent 89e8d45 commit 47ac610
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
instantiation (#969).
- Physical subtype ranges and 64-bit integer types are now handled
correctly by VHPI (#978).
- Several other minor bugs were resolved (#961, #962, #971, #975, #979).
- Several other minor bugs were resolved (#961, #962, #971, #975, #985).

## Version 1.13.3 - 2024-08-24
- Type checking was not performed correctly for conversion function
Expand Down
4 changes: 0 additions & 4 deletions test/regress/gold/issue979.dump

This file was deleted.

4 changes: 4 additions & 0 deletions test/regress/gold/issue985.dump
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#0 issue985.mem[0][3:0] 1111
#0 issue985.mem[1][3:0] 0000
#1000000 issue985.mem[1][3:0] 0001
#1000000 issue985.mem[0][3:0] 0000
4 changes: 2 additions & 2 deletions test/regress/issue979.vhd → test/regress/issue985.vhd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
entity issue979 is
entity issue985 is
generic (
DATA_WIDTH: integer := 4;
FIFO_SIZE: integer := 36
);
end entity;

architecture sim of issue979 is
architecture sim of issue985 is
function GetWidth (
rdwr_width : in integer
) return integer is
Expand Down
2 changes: 1 addition & 1 deletion test/regress/testlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1045,4 +1045,4 @@ issue968 normal
issue971 normal,2008
ieee17 normal
issue978 normal,vhpi
issue979 wave,2008,dump-arrays
issue985 wave,2008,dump-arrays

0 comments on commit 47ac610

Please sign in to comment.