Skip to content

Commit

Permalink
Add ability to update sim program without restarting app
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cliche committed Sep 9, 2024
1 parent f367e5b commit 8247154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/rtl/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sim: top.sv sim_main.cpp $(PROGRAM)
$(MAKE) -j 4 -C obj_dir -f Vtop.mk

run: sim
cp $(PROGRAM) .
ln -f -s $(PROGRAM) .
obj_dir/Vtop

.PHONY: all clean

0 comments on commit 8247154

Please sign in to comment.