Skip to content

Commit

Permalink
fvsim
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Dec 12, 2024
1 parent af285da commit 842d346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def setup(self, edam):
["run"],
[binary_name],
)
self.commands.set_default_target(self.name)
self.commands.set_default_target(binary_name)

def write_config_files(self):
s = "WORK > DEFAULT\nDEFAULT : ./work\n"
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/vcs/basic/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Auto generated by Edalize

all: design
all: design.vsim

work/AN.DB/make.vlogan: sv_file.sv vlog_file.v vlog05_file.v another_sv_file.sv vlog_incfile work.f
$(EDALIZE_LAUNCHER) vlogan -full64 -f work.f -work work sv_file.sv vlog_file.v vlog05_file.v another_sv_file.sv
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/vcs/minimal/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Auto generated by Edalize

all: design
all: design.vsim

work/AN.DB/make.vlogan: sv_file.sv vlog_file.v vlog05_file.v another_sv_file.sv vlog_incfile work.f
$(EDALIZE_LAUNCHER) vlogan -full64 -f work.f -work work sv_file.sv vlog_file.v vlog05_file.v another_sv_file.sv
Expand Down

0 comments on commit 842d346

Please sign in to comment.