Hello,
Registration is now open for the meeting October meeting. Details below.
Regards,
Andrew
//
Event #36 — Chips Pt.2 (Chip Design for Teenagers, Cocotb, lowRISC)
23rd October 2014, 18:00 - 20:00 at BCS London, 1st Floor, The
Davidson Building, 5 Southampton Street, London, WC2E 7HA.
Registration: http://oshug.org/event/36
Back in April 2011 we had our first meeting on the theme of open
source chip design, and then around one year later we took a closer
look at the OpenRISC Reference Platform System-on-Chip. The
thirty-sixth meeting will feature talks on chip design for teenagers,
an open source verification framework, and a fully open source
system-on-chip that will be manufactured in volume.
— Silicon Chip Design for Teenagers
These days we expect school students to learn to write code, and
teachers are turning to tools like Scratch (for primary education) and
Python (for secondary education). But why stick to software languages.
Why not teach coding in Verilog and get children to design silicon
chips.
Earlier this year Dan Gorringe attended Chip Hack II in Cambridge.
Inspired by this he spent two weeks work experience at Embecosm in
August 2014 modifying the Chip Hack materials for use by Year 9-11
students. His resulting application note, "Silicon Chip Design for
Teenagers", is to be published very shortly by Embecosm.
In this talk, Dan will share his experience of learning silicon chip
design, using Verilog for his first serious attempt at coding and
encountering Mentor Graphics EDA tools for the first time.
Dan Gorringe has just started year 11 and faces the horrors of GCSE
exams in 8 months time, so silicon chip design is just light relief.
He has aspirations to a career in computing.
— Cocotb, an Open Source Verification Framework
Verifying hardware designs has always been a significant challenge but
very few open-source tools have emerged to support this effort. The
recent advances in verification to facilitate complex designs often
depend on specialist knowledge and expensive software tools. In this
talk we will look at Cocotb, an open-source verification framework,
and explore whether Python is a viable language for verification.
Chris Higgs has over a decade of experience working with FPGAs in
various industries. His software background has shaped his approach to
RTL design and verification and he now spends his time trying to
bridge the divide between hardware and software development.
— lowRISC — a Fully Open Source RISC-V System-on-Chip
The lowRISC project has been formed to produce a System-on-Chip which
will be open source right down to the HDL, implementing the open
RISC-V instruction set architecture. Volume manufacture of silicon
manufacture is planned, along with creating and distributing low-cost
development boards. This talk will describe the aims of the lowRISC
project, summarise its current status, describe some of the features
that are being implemented, and give details on how you can get
involved.
Alex Bradbury is a researcher at the University of Cambridge Computer
Laboratory where he works on compilation techniques for a novel
many-core architecture. He writes LLVM Weekly, is co-author of
Learning Python with Raspberry Pi, and has been a contributor to the
Raspberry Pi project since the first alpha hardware was available.
Note: Please aim to arrive by 18:15 as the first talk will start at
18:30 prompt.
//
Hi all
I thought this might interest some of you in the OSHUG community as we had
lots of electronics exhibits last year, from Arduino/Rpis based projects to
custom boards.
Happy to discuss details if interested, all info below.
cheers
Marc
@marc_in_london <https://twitter.com/marc_in_london>
------
*Call for Makers - Makers Area 2014 at Sandown Park*
The Makers Area is back at the Model Engineer Exhibition. Our first edition
was a a great success with over 2,000 people attending the 3 day long event
to discover amazing DIY creations by the 30 makers taking part. If you want
to see what happened last year, have a peek at our photo gallery!
<https://www.flickr.com/groups/2401543@N25/>
*About me*
I run various Makers and open hardware groups in London (London Arduino,
Not Just Arduino) and also co-organise the Mini Maker Faire in London.
*Makers Area at MEX*
This event involves hundreds of stands with the whole community of
modellers, tinkerers, hobbyists (there is a locomotive coming from
Australia...) and some of the best engineers in the UK.
We will have a large dedicated area for 3D
Scanning/Printing/Craft/Coding/Electronics (and more).
*When / where?*
This will take place on *12-**14 December in Esher, Surrey (25min outside
London) *here is the link:
http://www.modelengineershow.co.uk/makersshow
If you want to see what happened last year, have a peek at our photo
gallery! <https://www.flickr.com/groups/2401543@N25/>
Any question get in touch!
Hi,
Some of you may remember Yann presenting the milkymyst project a couple of years back at OSHUG, Yann has just been awarded a NetBSD commit bit for the work he has done on porting NetBSD to that architecture :)
Sevan
Hi everyone,
I have been working on a project that I would like to share with you.
Some time ago I noticed that it was really hard to use NFC on embedded
prototyping platforms (mbed, Arduino, etc) because of the lack of software
available.
Because of this I started developing a NFC library for embedded devices
that supports tag reading, tag emulation and peer-to-peer (SNEP/Android
beam) and it now works pretty well!
To complete the development and make it available I am currently running a
campaign for an open-source NFC development board which is mbed enabled
(there is an ARM Cortex-M0 onboard you can reprogram using the mbed.org
online platform). The board will be OSHW and I will open-source the NFC
library as well.
There is 48 hours left on the campaign that you can find here:
https://www.kickstarter.com/projects/donatien-garnier/micronfcboard-easy-nf…
Sorry for the bit of self-promotion but I really think this could be
valuable to some of you!
Cheers,
--
Don
Hello,
Just to let folks know that another talk has been added to the
programme for this year's OSHCamp: an introduction to Baserock, a
system for building custom embedded Linux distros directly from git,
closely tracking the upstream projects and without packaging.
"Baserock is a new set of open source tools for creating "appliance"
operating system images. The aim is to close the gap between source
code repositories and the code running on a device. This talk will go
over Baserock's philosophy, what it provides and how you can try it
out today.
Sam Thursfield likes it when technology is surprising in a good way
but does not like it when it is surprising in a bad way. He spends a
lot of time trying to reduce the amount of code that is required to do
things. He has been known to play the trombone in and around
Manchester."
— http://oshug.org/event/oshcamp2014
Looking forward to find out more!
Cheers,
Andrew
Hi List,
In the past few week I have got slightly involved with one project that
some of you might appreciate. I suppose that some of you Amy have heard of
a recently developed Rust programming language by Mozilla foundation. It's
primarily aims are to reduce safety critical errors at compiler level and
provide simple abstractions to the programmer normally seen in higher level
languages, such as Ruby and Python, yet being a systems language that may
potentially be used for an OS implementation instead of aging suspects.
I do find Rust a pretty amazing language, and indeed, building on years of
compiler practice, it has the real potential of becoming the next big
affair of many embedded systems engineers. It doesn't, however, introduce a
big overhead in code execution.
The particular project that I have spent some time with is titled Zinc. It
aims to implement an RTOS-like system that is capable of running on
bare-metal microcontroller chips. Please check it out and drop any feedback
to myself or as a question on the mailing list.
http://zinc.rshttp://rust-lang.org
--
Ilya
Hi,
Rumour has it that if you visit the Element14 icecream stand at
Towerbridge between 1:30 and 3pm and ask for "ExtraRaspberry" you'll get
a Raspberry Pi B+ with your icecream.
Regards,
@ndy
--
andyjpb(a)ashurst.eu.org
http://www.ashurst.eu.org/
0x7EBA75FF