Skip to content

Commit

Permalink
Add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
sjalander committed Dec 24, 2024
1 parent c599d6d commit 3c4bc7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ cycle-compare/%: $(HLS_TEST_BUILD)/%.hls.log $(HLS_TEST_SRC)/%.cycles
"The execution time of $* has changed" \
"Golden cycle time: $$(cat $(HLS_TEST_SRC)/$*.cycles)" \
"Simulated cycles: $${CYCLES}" ; \
# FIXME: Change to 'exit 1' once jlm becomes deterministic; \
exit 0 ; \
fi

Expand Down

0 comments on commit 3c4bc7c

Please sign in to comment.