-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the expected outputs for testcases that rely on the order of d…
…eclarations/exports in PreludeBSV
- Loading branch information
Mieszko
committed
Oct 30, 2024
1 parent
2ca9a78
commit 623d73c
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
testsuite/bsc.lib/CReg/TestCReg_TooBig.bsv.bsc-vcomp-out.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
checking package dependencies | ||
compiling TestCReg_TooBig.bsv | ||
code generation for sysTestCReg_TooBig starts | ||
Error: "PreludeBSV.bsv", line 1001, column 37: (S0015) | ||
Error: "PreludeBSV.bsv", line 1002, column 37: (S0015) | ||
Bluespec evaluation-time error: `mkCReg' cannot have more than five ports | ||
During elaboration of `error' at "PreludeBSV.bsv", line 1001, column 13. | ||
During elaboration of `error' at "PreludeBSV.bsv", line 1002, column 13. | ||
During elaboration of `rg' at "TestCReg_TooBig.bsv", line 5, column 19. | ||
During elaboration of `sysTestCReg_TooBig' at "TestCReg_TooBig.bsv", line 3, | ||
column 8. |
4 changes: 2 additions & 2 deletions
4
testsuite/bsc.lib/CReg/TestCReg_TooSmall.bsv.bsc-vcomp-out.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
checking package dependencies | ||
compiling TestCReg_TooSmall.bsv | ||
code generation for sysTestCReg_TooSmall starts | ||
Error: "PreludeBSV.bsv", line 1002, column 37: (S0015) | ||
Error: "PreludeBSV.bsv", line 1003, column 37: (S0015) | ||
Bluespec evaluation-time error: `mkCReg' cannot have a negative number of | ||
ports | ||
During elaboration of `error' at "PreludeBSV.bsv", line 1002, column 13. | ||
During elaboration of `error' at "PreludeBSV.bsv", line 1003, column 13. | ||
During elaboration of `rg' at "TestCReg_TooSmall.bsv", line 5, column 19. | ||
During elaboration of `sysTestCReg_TooSmall' at "TestCReg_TooSmall.bsv", | ||
line 3, column 8. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters