![]() |
|
|
|
#1 |
|
Here is the problem.
I'm design a 32 bits ALU using structure. and our professor want us to break the 32 bits ALU into 8 of 4 bit ALU pieceses. and every 4 bit ALU structure only take 4 bit vector's input with both A and B. so at end, The input is 32 bits for both input A and B. so my port map will be like following four_bit_ALU port map(A=>A(3:0), B=>B(3:0).........) where A is 4 bits vector input for the 4 bit ALU structor, A(3:0) is where I tried to get the first 4 bits of my 32 bit inputs however, it doesn't work out. Does anyone know how to do that? or does anyone know how to take the 32 bits input and break it down to eight 4 bits signals, which it will map to my 4 bit ALU. BCW0928 |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VHDL sll shift question | ohaqqi | Hardware | 4 | 09-29-2009 11:27 AM |
| How to execute an external software from VHDL? And how to interface VHDL with JAVA? | becool_nikks | Software | 0 | 03-06-2009 07:08 PM |
| ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL | freitass | Hardware | 0 | 11-01-2007 03:44 PM |
| Long, regarding a "lost" COM port | smackedass | A+ Certification | 4 | 02-05-2007 04:55 PM |
| Re: General USB Printer setup question, and situation-specific question | AG | A+ Certification | 0 | 01-13-2005 11:13 PM |