Skip to content

Commit

Permalink
Add back missing wires in tb_pulp.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed Jan 23, 2025
1 parent 69761a8 commit aa453b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion target/sim/tb/tb_pulp.sv
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ module tb_pulp;
logic tmp_tdo;
logic tmp_bridge_tdo;


wire w_i2s_sck;
wire w_i2s_ws;
wire [7:0] w_i2s_data;

wire w_master_i2s_sck;
wire w_master_i2s_ws;
Expand Down

0 comments on commit aa453b8

Please sign in to comment.