Skip to content

Commit

Permalink
create naja_results
Browse files Browse the repository at this point in the history
  • Loading branch information
xtofalex committed Sep 24, 2024
1 parent 7a106c5 commit 4d34f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ $(RESULTS_DIR)/1_synth.sdc: $(SDC_FILE)
do-synth:
mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR)
ifeq ($(DO_NAJA), 1)
mkdir -p naja_results
export PYTHONPATH=$(NAJA_INSTALL)/lib/python; \
export PRE_EDIT_BASE_NAME=naja_results/${PLATFORM}_${DESIGN_NICKNAME}_${SYNTH_MODE}_pre; \
export POST_EDIT_BASE_NAME=naja_results/${PLATFORM}_${DESIGN_NICKNAME}_${SYNTH_MODE}_post; \
Expand Down

0 comments on commit 4d34f4a

Please sign in to comment.