Add ascentlint default options for all cores depending on lint:common
This sets the options -wait_license and -stop_on_error for all cores
running ascentlint that depend on this core
Signed-off-by: Olof Kindgren <olof.kindgren@gmail.com>
diff --git a/hw/lint/common.core b/hw/lint/common.core
index 77e87c7..13ce1ee 100644
--- a/hw/lint/common.core
+++ b/hw/lint/common.core
@@ -30,3 +30,8 @@
- tool_ascentlint ? (files_ascentlint)
- tool_veriblelint ? (files_veriblelint)
- files_check_tool_requirements
+ tools:
+ ascentlint:
+ ascentlint_options:
+ - "-wait_license"
+ - "-stop_on_error"