writes:
> anyway heres my question, in the below code (found on this group), they
> define A and B - I would like to know that if theses are ports? not
> pins, how would I just access an individual pin?
You can attach the ports to FPGA pins using attributes or a user constraint
file (UCF). There's a constraint editor in the software that makes this
easy.
> or would I just review
> the bits at the port kinda like A = 10101111 (if you see that i mean,
> similar to in BASIC),
The ports in your example are only one bit each. If you want to deal
with multi-bit data, use std_logic_vector.
Best regards,
Eric