Altera_Forum
Honored Contributor
14 years agoStrange compiltaion
Hi,
I have an strange problem so I need help because I don’t know what happen. The first time that project have been compiled no problems ,(total logic elements 719/1270 (57%) with device EPM1270 but when I add to the project one simple sentence, the device need a lot of logic elements (total logic elements 2018/1270 (159%) with device EPM1270 always @ (posedge clk_i)//wb_clk_i begin wb_ack_o <=#Tp (cs_ack2 & (~cs_ack3)); end What can I do to solve this? Regards, Javi