Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21600 Discussions

Error during compilation

Altera_Forum
Honored Contributor II
1,354 Views

Hi everyone, 

 

I'm using Quartus II tool and I have a problem during compilation.: 

 

Error: Atom "s_addcnt[1]" must use sload port when SDATA port is used 

Error: Atom "s_addcnt[2]" must use sload port when SDATA port is used 

Error: Atom "s_addcnt[3]" must use sload port when SDATA port is used 

.... 

Error: Atom "s_addcnt[17]" must use sload port when SDATA port is used 

 

where s_addcnt is defined as UNSIGNED (17 DOWNTO 0) and it's used as a counter in a state machine. 

 

My question is: Does someone know this kind of error and how could I correct it?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
455 Views

can you provide the whole VHDL file, there's not enough to debug yet

0 Kudos
Reply