Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
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.

Register without clk signal.

HaiDs
Beginner
943 Views

 

Hello,

I am trying to create a register as shown in the picture so that there will be only memory storage.

I want it to have only a enable line that will only be enabled when I press the key.

The problem is that when I put it in the sensitivity lines of the process the compiler gives me a warning claiming that the key is not a clock line.this is actually what happend.this is actually what happend.this is the goalthis is the goal 

0 Kudos
3 Replies
SyafieqS
Employee
885 Views

Hi Hai,


May I know if there is any update on this?


0 Kudos
HaiDs
Beginner
880 Views

So basically I don't know how to create a Flip Flop. D latch. I thought of using the WHEN statement. but I don't see the FF in RTL viewer,

0 Kudos
SyafieqS
Employee
849 Views

Hi Hai,


You can refer to template to create Flip flop and register in insert template->verilog hdl->altera primitive-> fliflop/register. This a synthesizable code for Quartus which would help you to easier create FF with template.



0 Kudos
Reply