Skip to content

Commit

Permalink
Avoid using parameters in VCS minimal test
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Feb 13, 2025
1 parent e438f9f commit 0d950b0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/test_tool_vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_tool_vcs(tool_fixture):


def test_tool_vcs_minimal(tool_fixture):
tf = tool_fixture("vcs", ref_subdir="minimal")
tf = tool_fixture("vcs", paramtypes=[], ref_subdir="minimal")

name = "design"

Expand Down
3 changes: 0 additions & 3 deletions tests/tools/vcs/minimal/parameters.txt
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
assign 1 vlogparam_bool
assign 42 vlogparam_int
assign "hello" vlogparam_str
2 changes: 1 addition & 1 deletion tests/tools/vcs/minimal/work.f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-sverilog +define+vlogdefine_bool=1 +define+vlogdefine_int=42 +define+vlogdefine_str=""hello"" +incdir+.
-sverilog +incdir+.
2 changes: 1 addition & 1 deletion tests/tools/vcs/minimal/work_1.f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-sverilog +define+vlogdefine_bool=1 +define+vlogdefine_int=42 +define+vlogdefine_str=""hello"" +define+FD_KEY=""FD_VAL"" +incdir+.
-sverilog +define+FD_KEY=""FD_VAL"" +incdir+.

0 comments on commit 0d950b0

Please sign in to comment.