I have written a 4-bit ALU with CCR in VHDL, but when I try to obtain the Synthesis Report in Xilinx ISE 9.2i I get this error:
line 39: Signal C cannot be synthesized, bad synchronous description.
Line 39 is: " PROCESS(s, CLK) IS"
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.