mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-27 04:47:05 +00:00
Don't use VHDL 2008 condition operator in multiply
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
550b2b8608
commit
99dd4de54e
@@ -85,7 +85,7 @@ begin
|
||||
m_out.write_reg_data <= d2;
|
||||
m_out.write_reg_nr <= v.multiply_pipeline(PIPELINE_DEPTH-1).write_reg;
|
||||
|
||||
if v.multiply_pipeline(PIPELINE_DEPTH-1).valid then
|
||||
if v.multiply_pipeline(PIPELINE_DEPTH-1).valid = '1' then
|
||||
m_out.valid <= '1';
|
||||
m_out.write_reg_enable <= '1';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user