increased tb hold time

This commit is contained in:
leo 2023-11-17 22:17:32 +01:00
parent 0a31cb2809
commit 8baeaf2802
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -52,7 +52,7 @@ ARCHITECTURE flow_2016 OF LIN_Receiver_Env IS
CONSTANT T_Reset_Step : time := 100 ns;
CONSTANT Setup_Time: time := 5 ns;
CONSTANT Hold_time : time := 15 ns;
CONSTANT Hold_time : time := 50 ns;
CONSTANT Rd_Access_Duration : time := 100 ns;
CONSTANT Wr_Access_Duration : time := 100 ns;