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

no element generate when compiled

Altera_Forum
Honored Contributor II
1,772 Views

I compile a project everything is corrected but no element usage is generated , I have no idea at all , here attached my project file

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,002 Views

Look at the warnings: 

--- Quote Start ---  

Warning (10541): VHDL Signal Declaration warning at top.vhd(44): used implicit default value for signal "CLK_OUT_0" because signal was never assigned a value or an explicit default value. Use of implicit default value may introduce unintended design optimizations. 

Warning (10541): VHDL Signal Declaration warning at top.vhd(45): used implicit default value for signal "reset_n" because signal was never assigned a value or an explicit default value. Use of implicit default value may introduce unintended design optimizations. 

Warning (10541): VHDL Signal Declaration warning at top.vhd(51): used implicit default value for signal "wait_s" because signal was never assigned a value or an explicit default value. Use of implicit default value may introduce unintended design optimizations. 

Warning (10492): VHDL Process Statement warning at top.vhd(152): signal "fifo_empty" is read inside the Process Statement but isn't in the Process Statement's sensitivity list 

Warning (10492): VHDL Process Statement warning at top.vhd(195): signal "fifo_empty" is read inside the Process Statement but isn't in the Process Statement's sensitivity list 

Warning (10873): Using initial value X (don't care) for net "slwr_d_n" at top.vhd(48) 

Warning (10873): Using initial value X (don't care) for net "done_d" at top.vhd(50) 

 

--- Quote End ---  

0 Kudos
Reply