Forum Discussion
Altera_Forum
Honored Contributor
17 years agosynthesis question
Hi, I don't have access to synthesis tools at the moment and I am confused how this would synthesize: always @(posedge clk) if (rst) valid <= 0; else be...
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- Hi, I don't have access to synthesis tools at the moment and I am confused how this would synthesize: always @(posedge clk) if (rst) valid <= 0; else begin if (ften) valid <= 1; else if (ntas) valid <= 0; endThanks. --- Quote End --- Hi, first of all you can download a Quartus Web edition from Altera for free. The web edition includes all you need. With some extensions your code could be synthesized. I have a small Quartus project for you atttached, in order to give you a starting point. Kind regards GPK