Simple ALU block

synthesisable description with COMPASS ASIC synthetizer

prepared by P. Bakowski


LIBRARY IEEE;

USE IEEE.STD_LOGIC_1164.ALL;

LIBRARY COMPASS_LIB;

USE COMPASS_LIB.COMPASS.ALL;

use work.tms.all;

entity mon_alu is

port(oper:in Trois_BITs; operand1,operand2:in ADDR_BUS; ovm,setov,ovfl:in std_logic; ov:out std_logic; result:out ADDR_BUS);

end mon_alu;

architecture beh_mon_alu of mon_alu is

begin

end beh_mon_alu;


back to synthesis lesson