mirror of
https://github.com/bmartini/zynq-axis.git
synced 2024-09-05 19:19:27 +08:00
Define variables before use in axis_write.v
This commit is contained in:
parent
fae937bf52
commit
aae41b52d1
@ -98,6 +98,9 @@ module axis_write
|
||||
wire [CONFIG_DWIDTH-1:0] str_length;
|
||||
reg [CONFIG_DWIDTH-1:0] cfg_length;
|
||||
reg cfg_enable;
|
||||
wire id_valid;
|
||||
wire addressed;
|
||||
wire axis_data;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user