Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

How could I use the 'ENA' pin of the embedded multiplier?

Altera_Forum
Honored Contributor II
1,186 Views

I'm trying to use the ENA pin of the cyclone IV using SystemVerilog. when ENA is 1, input data to register. 

 

 

But I can drage this pin out. isn't the mulpiler is driven by a clock? why we don't need to put a clock to drive the register in the mulpiler?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
490 Views

ENA is clock enable - you need a clock for it to work.

0 Kudos
Reply