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

what is the function of cyclone_lcell?

Altera_Forum
Honored Contributor II
1,431 Views

I want to know what is the function of cyclone_lcell? 

Where can I find the description of its parameter like the following? 

 

parameter output_mode = "reg_and_comb"; 

parameter operation_mode = "normal"; 

parameter synch_mode = "off"; 

parameter lut_mask = "unused"; 

parameter register_cascade_mode = "off"; 

parameter sum_lutc_input = "datac"; 

parameter cin_used = "false"; 

...
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
431 Views

Some information can be found in the User Guide designing with low-level primitives. For Stratix FPGA families, more information in the advanced synthesis cookbook.

0 Kudos
Reply