Forum Discussion
Altera_Forum
Honored Contributor
15 years agoso in your top level design file your signal is defined as a wire. You then instansiate this in to your tb but don't assign it. so you instansiation will be .mysignal (), This should work so it must be a syntax error.
do you have `default_nettype none set at the top of your module. This forces you to declare all your signals so you don't make mistakes.