Skip to content

How to resolve the linter error #1965

Closed Answered by donn
vijayank88 asked this question in General
Discussion options

You must be logged in to vote
set ::env(VERILOG_FILES) "\
	$script_dir/../../verilog/rtl/aes/generated/*.v"

This should have never worked. It probably did in Yosys, but it won't work with the linter. Add a glob manually:

set ::env(VERILOG_FILES) [glob $::env(DESIGN_DIR)/../../verilog/rtl/aes/generated/*.v]

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vijayank88
Comment options

You must be logged in to vote
0 replies
Comment options

vijayank88
Sep 4, 2023
Collaborator Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants