Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
477 Discussions

Register without clk signal.

HaiDs
Beginner
600 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
Moderator
542 Views

Hi Hai,


May I know if there is any update on this?


0 Kudos
HaiDs
Beginner
537 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
Moderator
506 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