initial commit for open source NoC IP
This commit is contained in:
14
flow/lint/Makefile
Executable file
14
flow/lint/Makefile
Executable file
@@ -0,0 +1,14 @@
|
||||
NAME := rvh_core
|
||||
|
||||
run-goals: run-goal-design_read run-goal-lint_lint_rtl
|
||||
run-goal-design_read:
|
||||
sg_shell -tcl spyglass-run-design_read.tcl
|
||||
|
||||
run-goal-lint_lint_rtl:
|
||||
sg_shell -enable_pass_exit_codes -tcl spyglass-run-lint_lint_rtl.tcl
|
||||
|
||||
run-gui:
|
||||
spyglass -project $(NAME).prj
|
||||
|
||||
clean:
|
||||
@rm -rf rvh_core
|
||||
Reference in New Issue
Block a user