Abhinav Prakash
05/07/2024, 1:50 PMKareem Farid
05/08/2024, 8:48 AMSynthesis = Step.factory.get("Yosys.Synthesis")
by
Synthesis = Step.factory.get("Yosys.VHDLSynthesis")
and see what happensAbhinav Prakash
05/09/2024, 4:13 AMKareem Farid
05/09/2024, 8:15 AMspm.vhdl:25:20: mismatching vector length; got 4, expect 5
sum <= std_logic_vector(unsigned(a_reg) + unsigned(b_reg));
Kareem Farid
05/09/2024, 8:15 AM