Skip to content

Commit acae3ce

Browse files
committed
makefile: add 'make bash' target useful for debugging
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a208c83 commit acae3ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,11 @@ $(foreach file,$(RESULTS_ODB),$(file).v): %.v:
892892
yosys:
893893
$(YOSYS_CMD)
894894

895+
# Drop into a bash shell with all environment variables, useful for debugging
896+
.PHONY: bash
897+
bash:
898+
bash
899+
895900
.PHONY: all_defs
896901
all_defs : $(foreach file,$(RESULTS_ODB),$(file).def)
897902
.PHONY: all_verilog

0 commit comments

Comments
 (0)