Commit 2deb7654 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

testbench/wrc_core: use lm32 simulation firmware from bin/

parent 3441c5c0
......@@ -159,7 +159,7 @@ module main;
.g_address_granularity (BYTE),
.g_tx_runt_padding (1),
.g_with_external_clock_input(1),
.g_dpram_initf ("wrc.bram"),
.g_dpram_initf ("../../bin/wrpc/wrc_phy8_sim.bram"),
.g_dpram_size (131072/4),
.g_diag_id (1),
.g_diag_ver (2),
......
This diff is collapsed.
Markdown is supported
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