In an FPGA code, if I have something like the following:
(* LOC="M18" *) output reg lcd_e;
where lcd_e is an input/output port.
- Does this mean that I do not need to create a UCF file pointing lcd_e to M18?
- What does "(*" and "*)" indicate?