Forum Discussion
Altera_Forum
Honored Contributor
17 years agowhen i tried to import the hdl file to simulink, i got the following error message
Info: Quartus II Analysis & Synthesis was successful. 0 errors, 0 warnings Info: Peak virtual memory: 159 megabytes Info: Processing ended: Sat Apr 25 19:55:03 2009 Info: Elapsed t...
Altera_Forum
Honored Contributor
17 years agoI was having the problem with the "Unable to resolve name XXX as a wire or I/O". I tried a few things but here's the one that seems to have worked. The signal it was complaining about was the clock half of an input data/clock serial stream. It ran into a dual-clock fifo that synchronized the data with the main system clock. The same clock also ran into a module that estimated the input data rate by counting edges of this clock using the main system clock. In short, it was used as both a clock and non-clock signal.
Adding some logic up front so that the signal was not used as a clock made the error go away. Sorry for the rough description. I can elaborate if necessary.