Altera_Forum
Honored Contributor
13 years agoQuestion on how Quartus II Synthesizes Circuit
Hi,
I have a couple of questions related to the way Quartus 2 is performing the synthesis of simple verilog programs. I have notice that when I program simple verilog programs (just Boolean operation), the RTL viewer tool indicate that between two nets there is the presence of BUF (LCELL). Which means that if I have a wire called A and a wire called B, between A and B, there is this buffer (I guess in between). I also noticed that if I connect the HSMC connector and I want to output my Boolean operation on them there is a BUF (DIRECT). So here are my questions: 1) What are those BUF (LCELL) and BUF (DIRECT) and what are they used for ? 2) Is it possible to bypass them (remove them from the synthesis, just to see what happen)? 3) If it is possible, how would you do it in Quartus II ? Thank you for your help ! :) Cheers. Pdoc