Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Virtual pins actually consume an unconnected LE in gate level netlist, don't know why. --- Quote End --- I assume it has something to do with partitions. If you'll use your project as a partition in another project, that now virtual pin might become a constant driver. --- Quote Start --- In my opinion, all these points aren't a sufficient reason to change the design top to Verilog. --- Quote End --- I tend to agree, though I've never worked with Verilog, I'm quite happy with the VHDL capabilities. that's why I'm writing a small preprocessor in tcl to add to the pre flow script. --- Quote Start --- I'm assuming, that each of the different FPGAs has it's own Quartus revision and respective pin assignments. --- Quote End --- correct. I always assign pins in the qsf file, not in the VHDL code. I find it more readable, and reusable.