Skip to content

Commit

Permalink
vip: Replace first negedge into VIPs
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilKoe committed Oct 29, 2024
1 parent 5832b3e commit 2046412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/sim/src/vip_cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ module vip_cheshire_soc import cheshire_pkg::*; #(
assign jtag.tdo = jtag_tdo;

initial begin
@(negedge rst_n);
wait_for_reset();
jtag_dbg.reset_master();
end

Expand Down Expand Up @@ -790,7 +790,7 @@ module vip_cheshire_soc import cheshire_pkg::*; #(
slink_axi_driver_t slink_axi_driver = new (slink_mst_vip_dv);

initial begin
@(negedge rst_n);
wait_for_reset();
slink_axi_driver.reset_master();
end

Expand Down

0 comments on commit 2046412

Please sign in to comment.