Mimis, K., & Kocak, T. (2011). Area efficient System-on...

20
Mimis, K., & Kocak, T. (2011). Area efficient System-on-Programmable- Chip design for a wireless touch-triggered machining probe. Peer reviewed version Link to publication record in Explore Bristol Research PDF-document University of Bristol - Explore Bristol Research General rights This document is made available in accordance with publisher policies. Please cite only the published version using the reference above. Full terms of use are available: http://www.bristol.ac.uk/pure/about/ebr-terms

Transcript of Mimis, K., & Kocak, T. (2011). Area efficient System-on...

Mimis, K., & Kocak, T. (2011). Area efficient System-on-Programmable-Chip design for a wireless touch-triggered machining probe.

Peer reviewed version

Link to publication record in Explore Bristol ResearchPDF-document

University of Bristol - Explore Bristol ResearchGeneral rights

This document is made available in accordance with publisher policies. Please cite only the publishedversion using the reference above. Full terms of use are available:http://www.bristol.ac.uk/pure/about/ebr-terms

Area efficient

System-on-Programmable-Chip

Design for a Wireless Touch-Triggered

Machining Probe

Konstantinos Mimis*

Dr. Taşkın Koçak#

*Dept. of Electr. & Electr. Engineering, University of Bristol, Bristol, UK #Dept. of Computer Engineering, Bahçeşehir University, Beşiktaş, Istanbul

Outline

• Introduction

• Probe description

• Design specifications

• SoPC components

• Verification

• Results

• Conclusions

ICIEA - June 2011 Slide 2 of 18

Introduction

• Precise measurements are required in industrial

applications (cutting/drilling).

• Touch probes are very popular, combined with

computer numerical control (CNC) machines

– Heidenhain/Marposs/Renishaw/Tesa

– Wired/wireless transmission

• Size of the probe is important in order to

increase the access area on the machine table

– Wireless probes are advantageous

ICIEA - June 2011 Slide 3 of 18

Touch-Triggered Machining Probe

• Produces a signal according to contact with

the part being measured.

• PCB area inside the probe is sparse.

• Wireless probes have more complex circuitry.

• A solution that reduces PCB area would lead

to an even smaller probe.

ICIEA - June 2011 Slide 4 of 18

Explore a SoPC based solution to replace the existing

circuitry of a touch-triggered machining probe.

System-on-Programmable Chip

• SoC replaces a complete PCB with

a single chip by integrating the

major functionalities. – Once built can not be altered

ICIEA - June 2011 Slide 5 of 18

• SoPC is a SoC built on programmable logic (such as FPGA). • Structure can be modified

• at compile time

• or run time

• Extremely flexible

• Cost effective up to a certain volume

• FPGAs have evolved dramatically

the last decade • Higher densities, clock rates

• Increased capabilities

• Embedded processors etc

Probe Circuitry

• Main components

– 2 x PIC microcontrollers

– FPGA device

– Radio transceiver

• Two crystals (second is of lower frequency) are used for normal and

stand-by mode operation.

• Main PIC monitors battery/1 axis-accelerometer and controls

interaction amongst components.

• Second PIC interfaces through the FPGA with strain gauges/3 axis-

accelerometer.

• FPGA encodes/decodes data sent to/from wireless interface.

ICIEA - June 2011 Slide 6 of 18

Design Target - Specifications

• Original PCB area occupied : 1800mm2

– Need to demonstrate reduction

• Software compatibility

– code written in C for PIC18F family

• Open-source cores would be favourable.

• Overall probe power consumption.

– No dramatic increase in power consumption

– No figures were given

ICIEA - June 2011 Slide 7 of 18

OpenCores.org

• Community for development of hardware IP cores as open source.

• Main objective is to design and publish core designs. – Develop standards for open source cores and platforms

– Create tools and methods for development of open source cores and platforms

– Develop open source cores and platforms

– Provide documentation for these cores and platforms

• Wishbone bus (from Silicore), maintained by Opencores – Specification is a set of rules, recommendations /suggestions, permissions and

observations.

– Point-to-point, shared bus and crossbar switch interconnections

– Multi-master configurations with flexible arbitration schemes

– Standard signals + user defined signals (TAGS) to increase functionality.

– Bridges to/from various other buses exist

ICIEA - June 2011 Slide 8 of 18

SoPC components

• Processor IP

– ae18 from OpenCores

• PIC18C compatible

• No peripherals

• Wishbone compatible

• Processor peripherals from OpenCores

– Interrupt controller (simple programmable int. controller)

– timers/counters (PWM/Timer/Counter (PTC) module)

– SPI interface (SPI module)

– I/O controller (GPIO module)

• Custom functions (previously on FPGA) – integrated in the SoPC as dictated by the original implementation

• SoPC interconnect bus – Wishbone

• Supported by OpenCores

• Compatible with ae18 and all the peripherals

ICIEA - June 2011 Slide 9 of 18

SoPC design - Processor Cores

• Main processor - ae18

– 5x I/O modules

– SPI module

– PWM/counter/timer module

• Secondary Processor - ae18

– 3x I/O modules

– Interrupt controller

– PWM/counter/timer module

• Wishbone bus used for each processor

• Module registers mapped into processors’ memory

ICIEA - June 2011 Slide 10 of 18

SoPC design - Interconnections

• ae18 cores connected to peripherals through wishbone bus

– 8 bits data path

– 12 bit address path

• Interrupt priority given to SPI module

• rest interrupts are resolved through software polling

• Memory map for module registers can be easily altered

ICIEA - June 2011 Slide 11 of 18

SoPC design - Architecture

• Main/Secondary PICs written in Verilog

• Custom block written in VHDL

• PICs utilised local wishbone buses

• Custom block interfaced with PICs through I/O modules

• System Control (SYSCON) controls clock and reset signals

• Main PIC sends/receives data through the SPI interface

• Available I/O for external use

• Debug port available

• Modem interface connects to RF frontend

ICIEA - June 2011 Slide 12 of 18

SoPC verification - I

• Mixed language design (VHDL&Verilog)

– VHDL block instantiated in the higher level verilog module

• Had to comply to some rules (supported types/generics etc.)

– Simulators/compilers/synthesis tools are able to deal with mixed

language designs

• 2 stage verification

– Individual processors/peripherals

• Verify bus operation

• Access of peripherals from processors

– Overall system verification

• Hardware/Software co-verification

ICIEA - June 2011 Slide 13 of 18

SoPC verification - II

• Stage 1

– Test vectors to data/address bus

• Functionality of decoders/peripherals

– Code execution on processors

• Check processor functionality

• Access to peripherals

• Stage 2

– Execute C code on both processors

• Test interconnection with peripherals

• Processors-custom block interaction

• Interface with modem

ICIEA - June 2011 Slide 14 of 18

SoPC implementation

• FPGA realisation instead of ASIC

– Ease of implementation

– Cost effective (depends on production volume)

– Flexibility of design

• Devices considered

– Xilinx

• Virtex 4/5, Spartan 3

– Altera

• Cyclone I/II/III

– Actel

• Fusion

ICIEA - June 2011 Slide 15 of 18

Results - I

• FPGAs that accommodated the SoPC

• PCB area reduction achieved

• Less layers for routing needed

• Flexibility – future updates in hardware

• Compatibility with original software

ICIEA - June 2011

Family Model Package (I/O pins) Area (mm2)

Xilinx Virtex 4 4v1x15 sf363(240) 289

Xilinx Virtex 4 4v1x25 sf363(240) 289

Altera Cyclone Ep1c12 f324(249) 361

Actel Fusion AFS1500 fg484(223-40) 529

Slide 16 of 18

Results - II

ICIEA - June 2011

0% 20% 40% 60% 80% 100%

4vlx15

4vlx25

ep1c12

AFS1500X

ilin

xV

irte

x 4

Xili

nx

Vir

tex

4A

lter

aC

yclo

ne

Act

elFu

sio

n

Logic - I/O pins occupied

PINs occupied

Logic occupied

0 1 2 3 4 5 6 7

4vlx15

4vlx25

ep1c12

AFS1500

Xili

nx

Vir

tex

4X

ilin

xV

irte

x 4

Alt

era

Cyc

lon

eA

ctel

Fusi

on

PCB area reduction

• FPGAs that could fit the SoPC

and provide area benefit

• More than 6x reduction

• Actel Fusion has also embedded

some analogue functionality (for

future use)

• Plenty of logic for future use

available

• High I/O pin use

• could multiplex signals and

save on pins

Slide 17 of 18

Conclusions – Future work

• Achieved 6x area reduction

• Simplicity in PCB assembly (1 IC vs 3 ICs)

• Using FPGAs for size reduction is not intuitive – Can be proven beneficial in some cases

– Additional degree of freedom for future design updates

ALTERNATIVES

• ASIC to incorporate RF functionality and further reduce size

• Single multi-threaded processor to substitute the PICs

• Use of FPGA embedded processor – Would require re-write of software

ICIEA - June 2011 Slide 18 of 18

Thank you.

Any questions?

Konstantinos Mimis

[email protected]

Dr. Taşkın Koçak

[email protected]