Skip to content

Commit

Permalink
Updating spi to new packet format
Browse files Browse the repository at this point in the history
  • Loading branch information
aolofsson committed May 15, 2016
1 parent e607155 commit d0b5fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spi/hdl/spi_slave_regs.v
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ module spi_slave_regs #( parameter UREGS = 13, // # of user regs (max 48)
//#####################################
assign wait_out = 1'b0;

packet2emesh #(.AW(AW))
packet2emesh #(.AW(AW),
.PW(PW))
pe2 (/*AUTOINST*/
// Outputs
.write_in (write_in),
Expand Down

0 comments on commit d0b5fcd

Please sign in to comment.