Skip to content
Snippets Groups Projects
Commit d2b03371 authored by dam1n19's avatar dam1n19
Browse files

updated lint flow

parent 855e9e01
No related branches found
No related tags found
Loading
...@@ -28,5 +28,5 @@ HAL_TOP = socdebug_ahb ...@@ -28,5 +28,5 @@ HAL_TOP = socdebug_ahb
lint_xm: lint_xm:
@rm -rf $(LINT_DIR) @rm -rf $(LINT_DIR)
@mkdir -p $(LINT_DIR) @mkdir -p $(LINT_DIR)
cd $(LINT_DIR); hal -f $(DESIGN_VC) +debug -XMVERILOGARGS "-timescale 1ps/1ps" -top $(HAL_TOP) $(HAL_WAIVE) $(LINT_NOCHECK) cd $(LINT_DIR); xrun -hal -f $(DESIGN_VC) +debug "-timescale 1ps/1ps" -top $(HAL_TOP) $(HAL_WAIVE) $(LINT_NOCHECK)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment