Add batch 2 (danielholanda_LeFlow, The-OpenROAD-Project_OpenSTA, omarelhedaby_CNN-FPGA, QShen3_CNN-FPGA, openrisc_mor1kx)
23d354c verified | module dut ( | |
| input A, | |
| output Y | |
| ); | |
| sky130_fd_sc_hd__buf_2 buf_inst ( | |
| .A(A), | |
| .X(Y) | |
| ); | |
| endmodule | |
| module dut ( | |
| input A, | |
| output Y | |
| ); | |
| sky130_fd_sc_hd__buf_2 buf_inst ( | |
| .A(A), | |
| .X(Y) | |
| ); | |
| endmodule | |