Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17267 Discussions

How to disable IO buffers out of netlist verilog model

Altera_Forum
Honored Contributor II
1,460 Views

Hi, 

 

Following is a description from the .vo file generated after Fitter Implementation. 

We do not wan't the IO bufs to be implemented (its causing issues in GLS) 

Is there anyway to not to implement IO buffers in .vo generated ?  

 

stratixiv_io_obuf \DQ_OUT[0]~output ( 

.i(altsyncram4|q_b [1]), 

.oe(vcc), 

.dynamicterminationcontrol(gnd), 

.seriesterminationcontrol(14'b00000000000000), 

.parallelterminationcontrol(14'b00000000000000), 

.devoe(devoe), 

.o(DQ_OUT[0]), 

.obar()); 

 

Thanks
0 Kudos
0 Replies
Reply