Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

palladium: fix scripts #307

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion palladium.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pldm-run: $(PLDM_BUILD_DIR)

pldm-debug: $(PLDM_BUILD_DIR)
cd $(PLDM_BUILD_DIR) && \
xeDebug $(XMSIM_FLAGS) -gui -xedebugargs -fsdb -input $(PLDM_SCRIPTS_DIR)/run_debug.tcl -l debug-$$(date +%Y%m%d-%H%M%S).log
xeDebug $(XMSIM_FLAGS) -fsdb -input $(PLDM_SCRIPTS_DIR)/run_debug.tcl -l debug-$$(date +%Y%m%d-%H%M%S).log

pldm-clean:
rm -rf $(PLDM_BUILD_DIR)
1 change: 1 addition & 0 deletions scripts/palladium/run.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ xc on -zt0 -xt0 -tbrun
date
run -swap
run
exit
1 change: 1 addition & 0 deletions scripts/palladium/run_debug.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ run -swap
run
database -upload
xc off
exit