| // Copyright 2022 Google LLC. |
| // SPDX-License-Identifier: Apache-2.0 |
| // tiny_user_project top module instance |
| // generated by configure.py |
| module tiny_user_project( |
| inout vdd, // User area 5.0V supply |
| inout vss, // User area ground |
| // Wishbone Slave ports (WB MI A) |
| // Logic Analyzer Signals |
| output [63:0] la_data_out, |
| input [`MPRJ_IO_PADS-1:0] io_in, |
| output [`MPRJ_IO_PADS-1:0] io_out, |
| output [`MPRJ_IO_PADS-1:0] io_oeb, |
| // Independent clock (on independent integer divider) |
| // User maskable interrupt signals |
| // pass input and output pins defined in user_defines.v |
| assign io_oeb[23:16] = 8'b0; |
| endmodule // tiny_user_project |