Processor Design Flow for architecture design

Varsha506533 162 views 13 slides Aug 26, 2024
Slide 1
Slide 1 of 13
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation

Lecture Notes


Slide Content

Module III:

Processor Design Flow and Memory :
Processor Design Flow :
Capturing requirements, Instruction coding, Exploration
of architecture organizations, hardware and software
development. Extreme CISC and extreme RISC, Very long
instruction word (VLIW).
Memory : Organization, Memory segmentation,
Multithreading, Symmetric multiprocessing.

Module III: A: Processor
Design flow

Hardware and software development
•The hardware development follows typically the
normal ASIC or FPGA design flow, including
high-level modeling, refinement of functional
blocks in a hardware description language such
as VHDL or Verilog, logic synthesis,
floorplanning, back-end optimizations and
verifications using simulators and static analysis
tools.

4
VLSI Design Flow
ENTITY test is
port a: in bit;
end ENTITY test;
DRC
LVS
ERC
Circuit Design
Functional Design
and Logic Design
Physical Design
Physical Verification
and Signoff
Fabrication
System Specification
Architectural Design
Chip
Packaging and Testing
Chip Planning
Placement
Signal Routing
Partitioning
Timing Closure
Clock Tree Synthesis
©

2
0
1
1

S
p
r
in
g
e
r

V
e
r
la
g

ASIC Design Flow
•ASIC tools are generally driven
by scripts
•Post-synthesis static timing
analysis and equivalency
checking are musts for sign off
to foundry
•Verification of deep sub-micron
effects (second- and third-
order effects) is required for
ASICs
▫Internal, deep sub-micron
effects are already verified
for Xilinx FPGAs

FPGA Design Flow
•FPGA tools are generally
GUI-driven, pushbutton flows
▫FPGA tools also have scripting
capabilities
•After the design passes behavioral
simulation and static timing
analysis, verification is completed
most efficiently by verifying in
circuit
▫Fast turnaround times
▫Static timing analysis is used to
verify timing of the design
▫Timing simulation is supported
▫This is a simplified/typical design
flow

ASIC Implementation
•Create HDL
▫Optimized for ASIC
technology and area
•Synthesis
▫Primarily driven by scripts
▫Synopsys design compile
▫Design for test logic insertion
(BIST, Scan, and JTAG)
•Place & route
▫Foundry tools, Cadence,
AVANT

FPGA Implementation
•Create HDL
▫Optimized for Xilinx FPGAs and
performance
•Synthesis
▫Synopsys, Mentor, XST
▫Pushbutton flow with
scripting capabilities
•Place & route
▫Completed by the user
▫Xilinx implementation tools – ISE®
software
▫Pushbutton flow, scripting capabilities

Software Development flow
•Waterfall Model
•V Model
•Spiral Model

Waterfall Model
•Requirements – defines
needed information, function,
behavior, performance and
interfaces.
•Design – data structures,
software architecture, interface
representations, algorithmic
details.
•Implementation – source
code, database, user
documentation, testing.

V-Shaped SDLC Model

Spiral SDLC Model

Software tools and libraries
•The SW tools and utilities that are necessary
typically include
▫Assembler
▫Linker
▫Instruction Set Simulator (ISS) which typically
integrates also a debugger
▫High-level language compiler (e.g., C/C++)
▫Real-time operating system (RTOS) in more
complex systems
▫Application examples and libraries
Tags