Altera_Forum
Honored Contributor
14 years agoTotal logic elements increasing
Hi,
I'm working with EP3C16F484C6, Cyclone 3 FPGA. I wrote a code that has ~24% Total logic elements. When I wrote several I/O names under the entity, port, the Total logic elements jump to 83% (?!) (Total combination functions: 80%). before that I used those pins as signal in the architecture. Those signal I/O getting their data etch telegram that received correctly through UART (every ~50msec). In the architecture, I tried to assign the signals inside the code to another names that signed directly the Port- no good- still 83%. Can anybody know/guess what the problem could be? Thanks, Idan