Remove the unused reset_delay param.

This commit is contained in:
Brian Taylor 2023-10-08 20:22:00 -07:00 committed by Holger Vogt
parent e762047fc2
commit 7820940be3
2 changed files with 11 additions and 8 deletions

View File

@ -80,6 +80,9 @@ MODIFICATIONS
For Windows VisualC and Mingw the pipes use binary mode, and For Windows VisualC and Mingw the pipes use binary mode, and
named pipes or fifos are not supported. named pipes or fifos are not supported.
8 October 2023 Brian Taylor
Remove reset_delay param from ifspec.ifs since the clk_delay
is used with synchronous reset.
REFERENCED FILES REFERENCED FILES

View File

@ -54,14 +54,14 @@ Null_Allowed: yes yes
PARAMETER_TABLE: PARAMETER_TABLE:
Parameter_Name: clk_delay reset_delay Parameter_Name: clk_delay
Description: "delay from CLK" "delay from reset" Description: "delay from CLK"
Data_Type: real real Data_Type: real
Default_Value: 1.0e-9 1.0e-9 Default_Value: 1.0e-9
Limits: - - Limits: -
Vector: no no Vector: no
Vector_Bounds: - - Vector_Bounds: -
Null_Allowed: yes yes Null_Allowed: yes
PARAMETER_TABLE: PARAMETER_TABLE: