mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 00:48:40 -08:00
sync: Set ASYNC_REG in HDL instead of TCL
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -29,7 +29,7 @@ module taxi_sync_signal #(
|
||||
output wire logic [WIDTH-1:0] out
|
||||
);
|
||||
|
||||
(* srl_style = "register" *)
|
||||
(* async_reg="true", srl_style="register", shreg_extract="no" *)
|
||||
logic [WIDTH-1:0] sync_reg[N-1:0];
|
||||
|
||||
assign out = sync_reg[N-1];
|
||||
|
||||
Reference in New Issue
Block a user