Skip to content

Commit

Permalink
Add FABulator link
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobTernes committed Aug 21, 2024
1 parent 1549866 commit f85348f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FABulous/FABulous.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,8 @@ def do_start_FABulator(self, *ignored):
if fabulatorRoot is None:
logger.warning("FABULATOR_ROOT environment variable not set.")
logger.warning(
"Install FABulator and set the FABULATOR_ROOT environment variable to use this feature."
"Install FABulator (https://github.com/FPGA-Research-Manchester/FABulator) "
"and set the FABULATOR_ROOT environment variable to the root directory to use this feature."
)
return

Expand Down

0 comments on commit f85348f

Please sign in to comment.