Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

synthesis error : "tcp_ip_top.v" instantiates a mismathed version of "network_stack.v"? #27

Open
torukskywalker opened this issue Aug 13, 2021 · 0 comments

Comments

@torukskywalker
Copy link

Not sure if some directories or files are updated to different versions causing this error.
But we found in the *project.tcl , it sets the src_dir to "rtl", but there is no "rtl", only "hdl" is available.
After fix the src_dir and some minor error (like no NUM_TCP_CHANNELS defined in network_stack.v)
we started to do synthesis, but if failed with errors like below, we checked the network_stack.v and found the
tcp_ip_top.v instantiates a "network_stack" with different in/out ports.

[Synth 8-2916] unconnected interface port 's_axil' ["/mnt/projects/fpga-network-stack-master/hdl/ultraplus/vcu118/tcp_ip_top.v":369]
[Synth 8-6156] failed synthesizing module 'network_stack' ["/mnt/projects/fpga-network-stack-master/hdl/common/network_stack.sv":36]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant