Skip to content
Snippets Groups Projects
Commit 73afb30e authored by Tomasz Wlostowski's avatar Tomasz Wlostowski
Browse files

wishbone/wb_xilinx_fpga_loader: testbench fixes

parent 58243b6b
No related merge requests found
action = "simulation"
target = "xilinx"
fetchto="../../../ip_cores"
modules = { "local" : "../../../" };
......
......@@ -33,6 +33,8 @@ module main;
.clk_sys_i (clk_sys),
.rst_n_i (rst_n),
.boot_en_i(1'b1),
.wb_adr_i (U_WB.master.adr),
.wb_dat_i (U_WB.master.dat_o),
.wb_dat_o (U_WB.master.dat_i),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment