v04-modify parameter position
This commit is contained in:
parent
cbf8ab957e
commit
aba2785320
|
@ -30,18 +30,18 @@
|
||||||
// Synthesizable (y/n):
|
// Synthesizable (y/n):
|
||||||
// Other:
|
// Other:
|
||||||
//-FHDR--------------------------------------------------------------------------------------------------------
|
//-FHDR--------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
parameter data_in_width = 16;
|
|
||||||
parameter max_coef_width = 32;
|
|
||||||
parameter frac_data_out_width = 20;//X for in,5
|
|
||||||
parameter frac_coef_width = 31;//division
|
|
||||||
parameter feedback_width = 36;
|
|
||||||
parameter data_out_width = 36;
|
|
||||||
parameter saturation_mode = 0;
|
|
||||||
parameter out_reg = 1;
|
|
||||||
|
|
||||||
module TailCorr_top
|
module TailCorr_top
|
||||||
|
#(
|
||||||
|
parameter data_in_width = 16
|
||||||
|
,parameter max_coef_width = 32
|
||||||
|
,parameter frac_data_out_width = 20//X for in,5
|
||||||
|
,parameter frac_coef_width = 31//division
|
||||||
|
,parameter feedback_width = 36
|
||||||
|
,parameter data_out_width = 36
|
||||||
|
,parameter saturation_mode = 0
|
||||||
|
,parameter out_reg = 1
|
||||||
|
|
||||||
|
)
|
||||||
(
|
(
|
||||||
input clk,
|
input clk,
|
||||||
input rstn,
|
input rstn,
|
||||||
|
|
Loading…
Reference in New Issue