hotfix in wb_tp.vhd + update of slvtest.vhd test bench

This commit is contained in:
Johannes Müller
2020-11-23 17:20:55 +01:00
parent b47cfb5978
commit cb7047c64e
2 changed files with 665 additions and 664 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,10 +53,10 @@ BEGIN
data <= std_logic_vector(to_unsigned(431,32));
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;
data <= (others => '0');
generate_sync_wb_slave_readaccess(slvi,slvo,clk,data);
generate_sync_wb_single_read(slvi,slvo,clk,data);
wait;
end process stimuli;