Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
Hdlmake
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
15
Issues
15
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Hdlmake
Commits
f41e6a57
Commit
f41e6a57
authored
Sep 14, 2023
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: adjust baseline
parent
db5e2460
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
Makefile.ref
testsuite/125arch_in_separate_file/Makefile.ref
+1
-2
Makefile.ref
testsuite/126package_body_in_separate_file/Makefile.ref
+1
-2
Makefile.ref
testsuite/127arch_in_separate_file/Makefile.ref
+6
-7
test_all.py
testsuite/test_all.py
+3
-0
No files found.
testsuite/125arch_in_separate_file/Makefile.ref
View file @
f41e6a57
...
...
@@ -48,8 +48,7 @@ work/hdlmake/gate4_e_vhdl
vcom
$(VCOM_FLAGS)
-work
work
$<
@
touch
$@
work/hdlmake/gate4_e_vhdl
:
../files/gate4_e.vhdl
\
work/hdlmake/gate4_a_vhdl
work/hdlmake/gate4_e_vhdl
:
../files/gate4_e.vhdl
vcom
$(VCOM_FLAGS)
-work
work
$<
@
touch
$@
...
...
testsuite/126package_body_in_separate_file/Makefile.ref
View file @
f41e6a57
...
...
@@ -43,8 +43,7 @@ work/hdlmake/pkg5_vhdl
vcom
$(VCOM_FLAGS)
-work
work
$<
@
touch
$@
work/hdlmake/pkg5_vhdl
:
../files/pkg5.vhdl
\
work/hdlmake/pkg5_body_vhdl
work/hdlmake/pkg5_vhdl
:
../files/pkg5.vhdl
vcom
$(VCOM_FLAGS)
-work
work
$<
@
touch
$@
...
...
testsuite/127arch_in_separate_file/Makefile.ref
View file @
f41e6a57
...
...
@@ -17,12 +17,12 @@ local: sim_pre_cmd simulation sim_post_cmd
VERILOG_SRC
:=
VERILOG_OBJ
:=
VHDL_SRC
:=
../files/gate.vhdl
\
../files/gate4_x_a.vhdl
\
../files/gate4_e.vhdl
\
../files/gate4_x_a.vhdl
\
VHDL_OBJ
:=
work/hdlmake/gate_vhdl
\
work/hdlmake/gate4_x_a_vhdl
\
work/hdlmake/gate4_e_vhdl
\
work/hdlmake/gate4_x_a_vhdl
\
INCLUDE_DIRS
:=
LIBS
:=
work
...
...
@@ -42,14 +42,13 @@ work/hdlmake/gate_vhdl: ../files/gate.vhdl
vcom
$(VCOM_FLAGS)
-work
work
$<
@
touch
$@
work/hdlmake/gate4_x_a_vhdl
:
../files/gate4_x_a.vhdl
\
work/hdlmake/gate_vhdl
\
work/hdlmake/gate4_e_vhdl
work/hdlmake/gate4_e_vhdl
:
../files/gate4_e.vhdl
vcom
$(VCOM_FLAGS)
-work
work
$<
@
touch
$@
work/hdlmake/gate4_e_vhdl
:
../files/gate4_e.vhdl
\
work/hdlmake/gate4_x_a_vhdl
work/hdlmake/gate4_x_a_vhdl
:
../files/gate4_x_a.vhdl
\
work/hdlmake/gate_vhdl
\
work/hdlmake/gate4_e_vhdl
vcom
$(VCOM_FLAGS)
-work
work
$<
@
touch
$@
...
...
testsuite/test_all.py
View file @
f41e6a57
...
...
@@ -600,6 +600,9 @@ def test_arch_in_separate_file_125():
def
test_package_body_in_separate_file_126
():
run_compare
(
path
=
"126package_body_in_separate_file"
)
def
test_arch_in_separate_file_127
():
run_compare
(
path
=
"127arch_in_separate_file"
)
@
pytest
.
mark
.
xfail
def
test_xfail
():
"""This is a self-consistency test: the test is known to fail"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment