Update to fix synthesis errors.

This commit is contained in:
bsdevlin 2019-08-20 04:28:32 -04:00
parent e5f4555381
commit 7220251fb2
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ ec_fe12_arithmetic (
fe2_mul_by_nonresidue #(
.FE_TYPE ( FE_TYPE )
)
fe2_mul_by_nonresidue (
fe2_mul_by_nonresidue_i (
.i_clk ( clk ),
.i_rst ( rst ),
.o_mnr_fe2_if ( mnr_fe2_o_if[2] ),
@ -165,7 +165,7 @@ fe2_mul_by_nonresidue (
fe6_mul_by_nonresidue #(
.FE2_TYPE ( FE2_TYPE )
)
fe6_mul_by_nonresidue (
fe6_mul_by_nonresidue_i (
.i_clk ( clk ),
.i_rst ( rst ),
.o_mnr_fe6_if ( mnr_fe6_i_if ),

View File

@ -121,7 +121,7 @@ ec_fe6_arithmetic (
fe2_mul_by_nonresidue #(
.FE_TYPE ( FE_TYPE )
)
fe2_mul_by_nonresidue (
fe2_mul_by_nonresidue_i (
.i_clk ( clk ),
.i_rst ( rst ),
.o_mnr_fe2_if ( mnr_fe2_i_if ),