Replies: 1 comment 1 reply
-
If they're in the same module, there is no import required. Just compile with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm reading the docs but still can't find info on what I'm trying to do. I want to be able to spit files across the same directory. Let's consider the following structure.
So I want to import the "other_file.v" in the "main.v" file. I'm trying using things like
import other_file
orimport main.other_file
(while have defined the module first withmodule main.other_file
). Any ideas?Beta Was this translation helpful? Give feedback.
All reactions