liberary component

R

rajiv

Guest
hello all;
i am new to this fpga field.
i am working on a project to made
eight bit alu by using single bit alu as the main component.
i want to know that how i can add single bit alu in the
library and use it to make eight bit alu.
please help me.
thanking all.
rajiv
 
Rajiv,
Component instantiation will be the easiest method to implement 8 bit
alu, from one bit alu's in your design.
creat a vhdl for 8 bit alu
declare one bit alu
instantiate and map the ports

Ram
 

Welcome to EDABoard.com

Sponsor

Back
Top