hotfix in wb_tp.vhd + update of slvtest.vhd test bench
This commit is contained in:
1325
soc/lib/wb_tp.vhd
1325
soc/lib/wb_tp.vhd
File diff suppressed because it is too large
Load Diff
@@ -53,10 +53,10 @@ BEGIN
|
|||||||
data <= std_logic_vector(to_unsigned(431,32));
|
data <= std_logic_vector(to_unsigned(431,32));
|
||||||
wait for CLK_PERIOD;
|
wait for CLK_PERIOD;
|
||||||
|
|
||||||
generate_sync_wb_slave_writeaccess(slvi,slvo,clk,data);
|
generate_sync_wb_single_write(slvi,slvo,clk,data);
|
||||||
wait for 2 ns;
|
wait for 2 ns;
|
||||||
data <= (others => '0');
|
data <= (others => '0');
|
||||||
generate_sync_wb_slave_readaccess(slvi,slvo,clk,data);
|
generate_sync_wb_single_read(slvi,slvo,clk,data);
|
||||||
|
|
||||||
wait;
|
wait;
|
||||||
end process stimuli;
|
end process stimuli;
|
||||||
|
|||||||
Reference in New Issue
Block a user