mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Incorrect signals
This commit is contained in:
parent
a501df6965
commit
8478c5d076
@ -250,9 +250,9 @@ always @(posedge clk) begin
|
||||
m_axis_desc_addr_reg <= temp_m_axis_desc_addr_reg;
|
||||
m_axis_desc_len_reg <= temp_m_axis_desc_len_reg;
|
||||
m_axis_desc_tag_reg <= temp_m_axis_desc_tag_reg;
|
||||
m_axis_desc_id_reg <= temp_m_axis_desc_id_int;
|
||||
m_axis_desc_dest_reg <= temp_m_axis_desc_dest_int;
|
||||
m_axis_desc_user_reg <= temp_m_axis_desc_user_int;
|
||||
m_axis_desc_id_reg <= temp_m_axis_desc_id_reg;
|
||||
m_axis_desc_dest_reg <= temp_m_axis_desc_dest_reg;
|
||||
m_axis_desc_user_reg <= temp_m_axis_desc_user_reg;
|
||||
end
|
||||
|
||||
if (store_axis_int_to_temp) begin
|
||||
|
Loading…
x
Reference in New Issue
Block a user