Altera_Forum
Honored Contributor
12 years agoXOR operator doesnt work?
Im trying to code a 1bit CRA adder. here is my code. LIBRARY ieee;USE ieee.std_logic_1164.ALL;
ENTITY CRA1BIT IS
PORT(c0, x0, y0: IN std_logic;
s0, c1: OUT std...