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

Warning (14130)

Altera_Forum
Honored Contributor II
1,065 Views

Hi, 

I am getting this type of warning while synthesizing the design.. any suggestion/advice??? 

 

warning (14130): reduced register "buf_reg[13][0]" with stuck data_in port to stuck value vcc
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
274 Views

It means that whatever logic you have on the input to the register named BUF_REG[13][0] always generates a '1' value. Therefore there is no point in adding a register and Quartus deletes it. 

 

You need to check the logic driving that register bit. 

 

Hope this helps
0 Kudos
Altera_Forum
Honored Contributor II
274 Views

Yes It is always tied to High, thanks for your replay

0 Kudos
Reply