| (* ivl_synthesis_cell *) | |
| module IBUFDS ( | |
| output O, | |
| input I, | |
| input IB | |
| ); | |
| parameter DIFF_TERM = "FALSE"; | |
| buf B1(O, I); | |
| endmodule | |
| (* ivl_synthesis_cell *) | |
| module IBUFDS ( | |
| output O, | |
| input I, | |
| input IB | |
| ); | |
| parameter DIFF_TERM = "FALSE"; | |
| buf B1(O, I); | |
| endmodule | |