mirror of
https://github.com/garrettsworkshop/RAM2E.git
synced 2024-11-18 22:07:19 +00:00
9 lines
347 B
Verilog
9 lines
347 B
Verilog
/* Verilog module instantiation template generated by SCUBA Diamond (64-bit) 3.12.1.454 */
|
|
/* Module Version: 1.2 */
|
|
/* Wed Sep 20 04:45:58 2023 */
|
|
|
|
/* parameterized module instance */
|
|
REFB __ (.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( ));
|