Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

The Problem when simulate the lpm_ff using ModelSim-Altera

I am a new learner for ModelSim, and I have met some problems about it. I have made a simple dff using lpm_ff, the code is showed below module fddf(clk,clear,q); input clk, cl...