mirror of
https://github.com/garrettsworkshop/RAM2GS.git
synced 2024-11-29 12:49:57 +00:00
9 lines
348 B
Verilog
9 lines
348 B
Verilog
/* Verilog module instantiation template generated by SCUBA Diamond (64-bit) 3.12.0.240.2 */
|
|
/* Module Version: 1.2 */
|
|
/* Tue Aug 17 05:48:29 2021 */
|
|
|
|
/* parameterized module instance */
|
|
EFB __ (.wb_clk_i( ), .wb_rst_i( ), .wb_cyc_i( ), .wb_stb_i( ),
|
|
.wb_we_i( ), .wb_adr_i( ), .wb_dat_i( ), .wb_dat_o( ), .wb_ack_o( ),
|
|
.wbc_ufm_irq( ));
|