S
Simon Hobbs
Guest
Hello all,
Bare with me, but I'm new to HDL and I'm debugging someone else's
commented code.
There is a line for declaring logic types that I keep coming across in a
specific module, but haven't seen in any verilog literature. Its as follows:
(* keep = 1 *) logic [SIZE-1:0] varName;
If anyone could point me towards some literature that covers this, it
would be greatly appreciated.
Bare with me, but I'm new to HDL and I'm debugging someone else's
commented code.
There is a line for declaring logic types that I keep coming across in a
specific module, but haven't seen in any verilog literature. Its as follows:
(* keep = 1 *) logic [SIZE-1:0] varName;
If anyone could point me towards some literature that covers this, it
would be greatly appreciated.