library: ad_rst, added comment so that the registers are not minimized away

main
Adrian Costina 2015-11-24 10:33:38 +02:00
parent c051a578e5
commit 985f2ca020
1 changed files with 2 additions and 2 deletions

View File

@ -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