Issues Instantiating Yosys Verilog #5011
ChrisLalloMiami
started this conversation in
General
Replies: 1 comment
-
What are you doing between reading the verilog input and writing the verilog output? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, sorry if this is the wrong place for this post. I have a Verilog module being written by Yosys. The interface of the original module looks something like
module my_module(program_address[31:0], ...)
, but when checking the Verilog file created by Yosys, it looks likemodule my_module(\program_address[0] , \program_address[1] , ...)
. I have verified that this new file compiles, but I am having issues instantiating the module. I have tried using both ordered and named ports, providing individual bits and entire buses, etc., but I have not had any success. Does anyone know how it should be done?Beta Was this translation helpful? Give feedback.
All reactions