Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

XOR 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...