Skip to content
Snippets Groups Projects
Commit 5a8769f2 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: Type error at interface

* Cast to signed
parent 465e80cb
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ begin
alpha => C_ALPHA_CC,
-- Signal input
sig_data => ser_tdata(C_W_COR-1 downto 0),
sig_data => signed(ser_tdata(C_W_COR-1 downto 0)),
sig_id => ser_tdata(C_W_PSCID+C_W_COR-1 downto C_W_COR),
sig_valid => ser_tvalid,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment