library: ad_rst, added comment so that the registers are not minimized away
parent
c051a578e5
commit
985f2ca020
|
@ -53,8 +53,8 @@ module ad_rst (
|
|||
|
||||
// internal registers
|
||||
|
||||
reg ad_rst_sync_m1 = 'd0;
|
||||
reg ad_rst_sync = 'd0;
|
||||
reg ad_rst_sync_m1 = 'd0 /* synthesis preserve */;
|
||||
reg ad_rst_sync = 'd0 /* synthesis preserve */;
|
||||
reg rst = 'd0;
|
||||
|
||||
// simple reset gen
|
||||
|
|
Loading…
Reference in New Issue