Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What is a difference between RISC and CISC ?

Status
Not open for further replies.

zmath

Member level 2
Joined
Jun 14, 2003
Messages
51
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
182
What is a difference between RISC and CISC
 

difference between cisc and risc

Hello zmath,

Did you try to find something useful with google (keywords: “risc cisc comparison”)? You will get a lot of information about this topic.


Bye,
cube007
 

    zmath

    Points: 2
    Helpful Answer Positive Rating
risc and cisc

RISC : A reduced Instruction Set computer
CISC : A Complex Instruction Set Computer
 

    zmath

    Points: 2
    Helpful Answer Positive Rating
cisc and risc

I found a great site with a lot of info about CISC and RISC.
But from the questions asked at EDAboard it doesn't semms that many EDAboard members have heard of of it yet.
It's a web site called Google: www.google.com
Please try this link, there's a lot of info about CISC and RISC.
Maybe we should add this link as an annoucement at the top of the forum.
They even have info of almost all other topics too.

If it still doesn't help you, theres something called an encyclopedia.
Try to look up CISC and RISC in an encyclopedia:
CISC: www.campusprogram.com/reference/en/wikipedia/c/co/complex_instruction_set_computer.html
RISC: www.campusprogram.com/reference/en/wikipedia/r/ri/risc.html

You can even look up other strange microcontroller words such as ARM, AVR, PIC, MIPS, PowerPC, Compiler, Assembler etc. etc.
 
risc cisc

i think that's a terrific idea!
 

cisc and risc difference

RISC has less instructions but more hardware
CISC has less hardware but more instructions
 
risc&cisc

Hi,

Well, simply this is no true.

As name says (Reduced Instruction Set Computer) RISC has less instructions ussualy with only one clock cycle .

Whith less instructions you don't need complex instruction decoder, so RISC cores need less transistors (chip area), less power (excelent for mobile units) and higher core speeds than CISCs for same technology.

First RISC architectures were developed for SPACE programs and GaAs technologies (only 40K transistors per chip). For these technologies RISC is only one solution.

Main benefit of RISC architecture is high level language programing.
There is very small defference between programs written in C and programs written in pure assembler.

RISC is low power, high-speed, compiler and programer friendly high level languages oriented architecture.

If you need complex instruction (operation) with RISCs you can synthesize this instructions in software with avaliable RISC instructions.

RISC architectire is not good in all cases especially if your application frequently needs some complex instructions which are not implemented with RISC instruction set.

With CISC architecture you don't always need all complex instruction for some simple tasks. So in most cases you don't use efficient avaliable chip area and waste chip power.

For space and mobile products RISC is only one solution for other products you can use CISC or RISC architectures.
 
cisc risc

hello,
RISC generally donot implements accumulator, yuo have to work with registers. RISC instructions executes in one clock cycle. For that pipelining concept is used. In RISC number of instructions are less.
 
risc and cisc architecture

RISC architecture was invoked by the students of berkeley under the tutelage' of professors Hennessy and Patterson and you can also find a book penned by these two authors.They have explained all the architectural concepts in terms if RISC instructions.The difference between RISC ad CISC is the number of instructions involved which has direct relation with the number of transistors packed inside.for instance even multiplication is written as continuous additions in RISC rather it is a one step process in the case of CISC.This again deals with the delay involved and also with the power dissipation.
Hope this helps

Regards
drdolittle :)
 

difference between risc cisc

risc is REDUCED INSTRUCTION SET COMPUTER...
it has only few fixed instructions like addition substation etc...
where as cisc have large no of instructions...like multiply divivde etc...
if we want to multiply in cisc we have to do it using basic equation like adding and shifting...
main advantage of risc is its reduced complexity....
 

difference between cisc and risc architecture

Ri sc : data memory and prog memory is separate , instruction set is orthogonal.
Cise : data memory and prog memory is same , instruction set is not orthogonal.
Bacisally pc/microprocessor is cise and microcontroller is rise.
 

risc cisc wikipedia

basically the in CISC there is common data and address bus is used to fetch the data from code and data memory

but in the RISC controllers in which the different buses used for the code and data memory
 

difference between risc and cisc architecture

common data and address bus is used to fetch the data from code and data memory
= von Neuman Architecture, ie Pentium, Motorola 68 series, Renesas M16 series, Renesas H8 series

the different buses used for the code and data memory
= Havard Architecture, ie 8051(CISC), AVR (RISC), PIC (RISC)

That is not the difference between CISC and RISC!
 

RISC and CISC

we now know the difference between risc and cisc ,
but what is the common between them????
 

Re: RISC and CISC

dear ameer
the first common thing is that both are computing machines
they are made using different hardware architecture
and both of them had their own qualities
now the machine developers are trying to develop systems which had the qualities of both RISC and CISC and reduce the limitations.


ragards

ml
 

Re: cisc and risc difference

RISC has less instructions but more hardware
CISC has less hardware but more instructions

I know I am couple of years late, but CISC has more hardware to simplify compilation of code. Unlike RISC, takes the complexity from hardware design to software design.
So to be brief:
CISC more hardware less software.
RISC less hardware more software.

These days, it is hard saying which is what, they are moving into each other.
So, mmm, some chip might be good in some areas of development, while others might be better in others.
Overall performance is very very difficult to identify and quantify as code is not constant and will not be similar to other pieces of code.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top