processor choice

Joined
Sep 2, 2008
Messages
3
Reaction score
0
hi,i'd like to find a processor similar to the minimips because minimips doesn't have a compiler and simulator.i want to implement a 8 processor on chip so the processor should have small size ~1000 to 1200 LUT.here is the entity of minimips if you don't know it:
entity minimips is
port (
clock : in std_logic;
reset : in std_logic;

-- Ram connexion
ram_req : out std_logic;
ram_adr : out bus32;
ram_r_w : out std_logic;
ram_data : inout bus32;
ram_ack : in std_logic;

-- Hardware interruption
it_mat : in std_logic
);
end minimips;
i'am looking forward to hearing from anyone who can help as soon as possible
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top